mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +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,
|
http2: true,
|
||||||
sslKey: './127.0.0.1-key.pem',
|
sslKey: './127.0.0.1-key.pem',
|
||||||
sslCert: './127.0.0.1.pem',
|
sslCert: './127.0.0.1.pem',
|
||||||
testsStartTimeout: 45000,
|
testsStartTimeout: 25000,
|
||||||
browserStartTimeout: 120000,
|
browserStartTimeout: 120000,
|
||||||
testsFinishTimeout: 450000,
|
testsFinishTimeout: 450000,
|
||||||
concurrentBrowsers: 3,
|
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,
|
||||||
groups: [], // overwrite the field coming from `wrtConfig`
|
groups: [], // overwrite the field coming from `wrtConfig`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user