Let's try 5 tests in parrallel
This commit is contained in:
parent
5e90db6487
commit
ecdd39bca6
|
@ -62,7 +62,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
||||||
});
|
});
|
||||||
}, 5000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
}, 2); //run 2 tests in parrallel
|
}, 5); //run 2 tests in parrallel
|
||||||
|
|
||||||
// Firefox
|
// Firefox
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
|
|
Loading…
Reference in New Issue