diff --git a/apps/ledger-live-desktop/tests/playwright.config.ts b/apps/ledger-live-desktop/tests/playwright.config.ts index 8067762d0c7f..286b214785d9 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: {