We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f052d commit 561ae8bCopy full SHA for 561ae8b
web-test-runner.bs.config.mjs
@@ -40,6 +40,8 @@ export default {
40
...config,
41
concurrentBrowsers: 5,
42
browsers,
43
+ testsStartTimeout: 2 * 60_000,
44
+ testsFinishTimeout: 4 * 60_000,
45
plugins: [
46
legacyPlugin(),
47
],
0 commit comments