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 d504231 commit 812d33aCopy full SHA for 812d33a
karma.conf.js
@@ -75,7 +75,7 @@ module.exports = function(config) {
75
sauceLabs: {
76
public: 'public',
77
},
78
- concurrency: isTravis ? 5 : Infinity,
+ concurrency: isTravis ? 1 : Infinity,
79
80
webpack: {
81
devtool: 'inline-source-map',
0 commit comments