mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -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);
|
}, 10000);
|
||||||
|
|
||||||
}, 25); //run 1 test in parrallel
|
}, 10); //run 1 test in parrallel
|
||||||
|
|
||||||
// Firefox on Linux
|
// Firefox on Linux
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue