hrm saucelabs and travis are tripping

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

View File

@ -18,8 +18,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
testSettings["public"] = true;
testSettings["build"] = process.env.GIT_HASH;
// we wait 10 seconds here with the hope it was enough time for the minified files to be built etc.
setTimeout(function(){
browser.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){
var url = "https://saucelabs.com/jobs/" + browser.sessionID;
console.log("Remote sauce test '" + name + "' started! " + url);