Skip to content

Commit

Permalink
reverted maxConcurrency in tests back to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Sep 24, 2017
1 parent c92e76e commit 29f669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const keys = {

let exchanges = []
let symbol = 'all'
let maxConcurrency = 80
let maxConcurrency = 50

for (const arg of args) {
if (arg.startsWith ('--')) { keys[arg] = true }
Expand Down

0 comments on commit 29f669c

Please sign in to comment.