Skip to content

Commit

Permalink
Merge pull request #2675 from mochajs/issue/2478
Browse files Browse the repository at this point in the history
limit browser concurrency on sauce; closes #2478 and #2667
  • Loading branch information
Munter committed Jan 18, 2017
2 parents fc1be2c + 91327ff commit 52a1957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions karma.conf.js
Expand Up @@ -174,6 +174,8 @@ function addSauceTests (cfg) {
startConnect: true
};

cfg.concurrency = 5;

// for slow browser booting, ostensibly
cfg.captureTimeout = 120000;
cfg.browserNoActivityTimeout = 20000;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -329,7 +329,7 @@
"eslint-plugin-standard": "2.0.1",
"expect.js": "^0.3.1",
"istanbul-combine": "^0.3.0",
"karma": "^1.1.0",
"karma": "1.3.0",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^2.0.0",
"karma-expect": "^1.1.2",
Expand Down

0 comments on commit 52a1957

Please sign in to comment.