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:
larabr
2025-05-06 15:47:11 +02:00
parent 5a763a11b5
commit 4b1bbaff34
3 changed files with 12 additions and 475 deletions

View File

@@ -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,