Skip to content

Commit

Permalink
test: increase start timeout for Safari taking >40s
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Dec 25, 2022
1 parent f2f052d commit 561ae8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-test-runner.bs.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default {
...config,
concurrentBrowsers: 5,
browsers,
testsStartTimeout: 2 * 60_000,
testsFinishTimeout: 4 * 60_000,
plugins: [
legacyPlugin(),
],
Expand Down

0 comments on commit 561ae8b

Please sign in to comment.