syntax
parent
cab9e0e7df
commit
9e4fb90d8a
|
@ -67,7 +67,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
});
|
||||
}, 5000);
|
||||
});
|
||||
, 10000);
|
||||
|
||||
}, 10000);
|
||||
|
||||
}, 5); //run 5 tests in parrallel
|
||||
|
||||
|
|
Loading…
Reference in New Issue