chore(test): lower concurrency in CI

pull/1056/head
Jan van Brügge 1 year ago
parent 031ab7683f
commit 1aca381dd4
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

@ -14,7 +14,7 @@ const sharedCapabilities = {
export default {
concurrentBrowsers: 2,
concurrency: 6,
concurrency: ci ? 2 : undefined,
browsers: !ci
? undefined
: Object.values(browsers).map((cap) =>

Loading…
Cancel
Save