mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
run 4 browsers at a time during frontend testing
This commit is contained in:
parent
bc9566146f
commit
5d605d5cdf
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
}, 5000);
|
||||
});
|
||||
|
||||
}, 1); //run 1 test in parrallel
|
||||
}, 4); //run 4 test in parrallel
|
||||
|
||||
// 1) Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Reference in a new issue