Skip to content

Commit 41acb04

Browse files
committed
fix(karma): set concurrency 5
1 parent f5873b6 commit 41acb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = function(config) {
6969
sauceLabs: {
7070
public: 'public',
7171
},
72-
concurrency: isTravis ? 1 : Infinity,
72+
concurrency: isTravis ? 5 : Infinity,
7373

7474
webpack: {
7575
devtool: 'inline-source-map',

0 commit comments

Comments
 (0)