Skip to content

Commit 561ae8b

Browse files
committed
test: increase start timeout for Safari taking >40s
1 parent f2f052d commit 561ae8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-test-runner.bs.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export default {
4040
...config,
4141
concurrentBrowsers: 5,
4242
browsers,
43+
testsStartTimeout: 2 * 60_000,
44+
testsFinishTimeout: 4 * 60_000,
4345
plugins: [
4446
legacyPlugin(),
4547
],

0 commit comments

Comments
 (0)