Skip to content

Commit

Permalink
increase timeouté
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Sep 20, 2024
1 parent edffaaf commit 4b2695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4b2695e

Please sign in to comment.