Skip to content

Commit

Permalink
Try different concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 19, 2020
1 parent 554981b commit b4d5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (env === 'firefox' || env === 'safari') {
};

config.files = tests;
config.concurrency = 3;
config.concurrency = env === 'firefox' ? 3 : 2;
config.browsers = [
sauceLabsLauncher({
...sharedCapabilities,
Expand Down

0 comments on commit b4d5aef

Please sign in to comment.