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