Skip to content

Commit

Permalink
test(client): Reduce concurrency for saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 12, 2016
1 parent 72f845f commit 51cc8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module.exports = function (config) {
'karma-sauce-launcher'
],

concurrency: 3,
concurrency: 2,

forceJSONP: true
})
Expand Down

0 comments on commit 51cc8d0

Please sign in to comment.