gateway-timeout-during-tests
John McLear 2020-05-27 14:40:40 +00:00
parent cab9e0e7df
commit 9e4fb90d8a
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
});
}, 5000);
});
, 10000);
}, 10000);
}, 5); //run 5 tests in parrallel