mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
Revert "tests: testing parallel runners"
This reverts commit e0ae5010ad
.
This commit is contained in:
parent
f18d3f7c46
commit
d292ed6678
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
|
||||
}, 10000);
|
||||
|
||||
}, 4); //run 4 tests in parrallel
|
||||
}, 1); //run 1 test in parrallel
|
||||
|
||||
// 1) Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue