mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
tests: remote parallel runners, they defo causing issues at the moment ;(
This commit is contained in:
parent
2cd3dccc4d
commit
71a1f28ab9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
||||||
|
|
||||||
}, 10000);
|
}, 10000);
|
||||||
|
|
||||||
}, 4); //run 4 tests in parrallel
|
}, 1); //run 4 tests 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