Skip to content

Commit 52a1957

Browse files
authored
Merge pull request #2675 from mochajs/issue/2478
limit browser concurrency on sauce; closes #2478 and #2667
2 parents fc1be2c + 91327ff commit 52a1957

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ function addSauceTests (cfg) {
174174
startConnect: true
175175
};
176176

177+
cfg.concurrency = 5;
178+
177179
// for slow browser booting, ostensibly
178180
cfg.captureTimeout = 120000;
179181
cfg.browserNoActivityTimeout = 20000;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"eslint-plugin-standard": "2.0.1",
330330
"expect.js": "^0.3.1",
331331
"istanbul-combine": "^0.3.0",
332-
"karma": "^1.1.0",
332+
"karma": "1.3.0",
333333
"karma-browserify": "^5.0.5",
334334
"karma-chrome-launcher": "^2.0.0",
335335
"karma-expect": "^1.1.2",

0 commit comments

Comments
 (0)