tests: testing parallel runners
This commit is contained in:
parent
82fb6ddc99
commit
e0ae5010ad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
||||||
|
|
||||||
}, 10000);
|
}, 10000);
|
||||||
|
|
||||||
}, 1); //run 1 test in parrallel
|
}, 4); //run 4 tests in parrallel
|
||||||
|
|
||||||
// 1) Firefox on Linux
|
// 1) Firefox on Linux
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
|
|
Loading…
Reference in a new issue