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 4, 2016
1 parent 65f9037 commit a615ffa
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 a615ffa

Please sign in to comment.