mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
CI: disable Browserstack concurrency to improve reliability
This commit is contained in:
parent
67faffafff
commit
daeaf6b1da
@ -17,10 +17,10 @@ export default {
|
||||
http2: true,
|
||||
sslKey: './127.0.0.1-key.pem',
|
||||
sslCert: './127.0.0.1.pem',
|
||||
testsStartTimeout: 45000,
|
||||
testsStartTimeout: 25000,
|
||||
browserStartTimeout: 120000,
|
||||
testsFinishTimeout: 450000,
|
||||
concurrentBrowsers: 3,
|
||||
concurrentBrowsers: 1,
|
||||
concurrency: 1, // see https://github.com/modernweb-dev/web/issues/2706
|
||||
coverage: false,
|
||||
groups: [], // overwrite the field coming from `wrtConfig`
|
||||
|
Loading…
x
Reference in New Issue
Block a user