mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
hrm saucelabs and travis are tripping
This commit is contained in:
parent
9e4fb90d8a
commit
289e24a0a1
1 changed files with 40 additions and 40 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue