CI: increase browser timeout (all browsers)

4aad1d1e34 was only targeting
Browserstack (by mistake). This applies the change to all browsers.
This commit is contained in:
larabr
2025-11-14 12:45:42 +01:00
parent b374d37d4b
commit 04c59a297a

View File

@@ -12,7 +12,7 @@ export default {
hostname: '127.0.0.1',
testsStartTimeout: 45000,
browserStartTimeout: 120000,
testsFinishTimeout: 450000,
testsFinishTimeout: 600000,
concurrentBrowsers: 3,
concurrency: 1, // see https://github.com/modernweb-dev/web/issues/2706
coverage: false,