We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc1be2c + 91327ff commit 52a1957Copy full SHA for 52a1957
karma.conf.js
@@ -174,6 +174,8 @@ function addSauceTests (cfg) {
174
startConnect: true
175
};
176
177
+ cfg.concurrency = 5;
178
+
179
// for slow browser booting, ostensibly
180
cfg.captureTimeout = 120000;
181
cfg.browserNoActivityTimeout = 20000;
package.json
@@ -329,7 +329,7 @@
329
"eslint-plugin-standard": "2.0.1",
330
"expect.js": "^0.3.1",
331
"istanbul-combine": "^0.3.0",
332
- "karma": "^1.1.0",
+ "karma": "1.3.0",
333
"karma-browserify": "^5.0.5",
334
"karma-chrome-launcher": "^2.0.0",
335
"karma-expect": "^1.1.2",
0 commit comments