Skip to content

Commit 40e6fc9

Browse files
committed
up BS concurrency
1 parent 648fed9 commit 40e6fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/test/integration/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = config => {
8686
ui: "bdd",
8787
},
8888
},
89-
concurrency: isLocalRun ? 1 : 2,
89+
concurrency: isLocalRun ? 1 : 4,
9090
retryLimit: 5,
9191
browserDisconnectTolerance: 5,
9292
// 2 minutes should be more than enough...

0 commit comments

Comments
 (0)