Skip to content

Commit

Permalink
CI: disable Browserstack concurrency to improve reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Nov 25, 2024
1 parent ae0ef7f commit d7713dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/web-test-runner.browserstack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d7713dd

Please sign in to comment.