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