Skip to content

Commit

Permalink
increase global expect timeout to 10s to avoid some tests to fail bec…
Browse files Browse the repository at this point in the history
…ause of a slow run
  • Loading branch information
Alexdev8 committed Feb 14, 2024
1 parent 278f54a commit 28c0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = {
globalTimeout: 60 * 60 * 1000,
timeout: 50 * 1000,
expect : {
timeout: 7 * 1000
timeout: 10 * 1000
},
reporter: [
[process.env.CI ? 'github' : 'list'],
Expand Down

0 comments on commit 28c0699

Please sign in to comment.