diff --git a/apps/ledger-live-desktop/tests/playwright.config.ts b/apps/ledger-live-desktop/tests/playwright.config.ts index 028af3024939..bb10ac06e576 100644 --- a/apps/ledger-live-desktop/tests/playwright.config.ts +++ b/apps/ledger-live-desktop/tests/playwright.config.ts @@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = { outputDir: "./artifacts/test-results", snapshotPathTemplate: "{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{-platform}{ext}", - timeout: process.env.CI ? 190000 : 600000, + timeout: process.env.CI ? 600000 : 600000, expect: { timeout: 41000, toHaveScreenshot: {