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.
1 parent f5873b6 commit 41acb04Copy full SHA for 41acb04
karma.conf.js
@@ -69,7 +69,7 @@ module.exports = function(config) {
69
sauceLabs: {
70
public: 'public',
71
},
72
- concurrency: isTravis ? 1 : Infinity,
+ concurrency: isTravis ? 5 : Infinity,
73
74
webpack: {
75
devtool: 'inline-source-map',
0 commit comments