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