mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
set concurrency level to 10
This commit is contained in:
parent
14fc00dc02
commit
1975149a04
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
|
||||
}, 10000);
|
||||
|
||||
}, 25); //run 1 test in parrallel
|
||||
}, 10); //run 1 test in parrallel
|
||||
|
||||
// Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue