Skip to content

Commit 812d33a

Browse files
authored
fix: fix concurrency
1 parent d504231 commit 812d33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(config) {
7575
sauceLabs: {
7676
public: 'public',
7777
},
78-
concurrency: isTravis ? 5 : Infinity,
78+
concurrency: isTravis ? 1 : Infinity,
7979

8080
webpack: {
8181
devtool: 'inline-source-map',

0 commit comments

Comments
 (0)