mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
tests: Only run one frontend test at a time (#4064)
This commit is contained in:
parent
82ee1da8e7
commit
520b20a3ca
@ -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…
x
Reference in New Issue
Block a user