CI: increase browser timeout (all browsers)

4aad1d1e34dd9cb6e5846364c0de549d27cc6e64 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
No known key found for this signature in database
GPG Key ID: 2A4BEC40729185DD

View File

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