We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648fed9 commit 40e6fc9Copy full SHA for 40e6fc9
packages/browser/test/integration/karma.conf.js
@@ -86,7 +86,7 @@ module.exports = config => {
86
ui: "bdd",
87
},
88
89
- concurrency: isLocalRun ? 1 : 2,
+ concurrency: isLocalRun ? 1 : 4,
90
retryLimit: 5,
91
browserDisconnectTolerance: 5,
92
// 2 minutes should be more than enough...
0 commit comments