mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-19 06:39:05 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user