hrm saucelabs and travis are tripping

This commit is contained in:
John McLear 2020-05-27 14:56:59 +00:00
parent 9e4fb90d8a
commit 289e24a0a1

View file

@ -18,8 +18,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
testSettings["public"] = true; testSettings["public"] = true;
testSettings["build"] = process.env.GIT_HASH; 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(){ setTimeout(function(){
browser.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){ browser.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){
var url = "https://saucelabs.com/jobs/" + browser.sessionID; var url = "https://saucelabs.com/jobs/" + browser.sessionID;
console.log("Remote sauce test '" + name + "' started! " + url); console.log("Remote sauce test '" + name + "' started! " + url);