mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-23 22:15:52 +00:00
CI: increase browser timeout
To address argon2 large memory tests timing out on Firefox in macos runners.
This commit is contained in:
parent
1e2b8290d8
commit
4aad1d1e34
@ -20,7 +20,7 @@ export default {
|
|||||||
testsStartTimeout: 25000,
|
testsStartTimeout: 25000,
|
||||||
testsStartTimeoutMaxRetries: 3, // custom config from @openpgp/wtr-test-runner-core
|
testsStartTimeoutMaxRetries: 3, // custom config from @openpgp/wtr-test-runner-core
|
||||||
browserStartTimeout: 120000,
|
browserStartTimeout: 120000,
|
||||||
testsFinishTimeout: 450000,
|
testsFinishTimeout: 600000,
|
||||||
concurrentBrowsers: 1,
|
concurrentBrowsers: 1,
|
||||||
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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user