mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-01 06:23:26 +00:00
CI: increase max retries to 3 on Browserstack testsStartTimeout
Follow up to #1822, that hardcoded a max retry value of 2.
This commit is contained in:
@@ -18,6 +18,7 @@ export default {
|
||||
sslKey: './127.0.0.1-key.pem',
|
||||
sslCert: './127.0.0.1.pem',
|
||||
testsStartTimeout: 25000,
|
||||
testsStartTimeoutMaxRetries: 3, // custom config from @openpgp/wtr-test-runner-core
|
||||
browserStartTimeout: 120000,
|
||||
testsFinishTimeout: 450000,
|
||||
concurrentBrowsers: 1,
|
||||
|
||||
Reference in New Issue
Block a user