mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: Only run one frontend test at a time (#4064)
This commit is contained in:
parent
82ee1da8e7
commit
520b20a3ca
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
|
||||
}, 10000);
|
||||
|
||||
}, 5); //run 5 tests in parrallel
|
||||
}, 1); //run 1 test in parrallel
|
||||
|
||||
// 1) Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Reference in a new issue