mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
do not wait a hardcoded amount of 10 seconds for files to be minified.
this setup time is not included in the total time of the first test.
This commit is contained in:
parent
f0934076fa
commit
bc9566146f
1 changed files with 0 additions and 4 deletions
|
@ -20,8 +20,6 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
||||||
testSettings["extendedDebugging"] = true; // console.json can be downloaded via saucelabs, don't know how to print them into output of the tests
|
testSettings["extendedDebugging"] = true; // console.json can be downloaded via saucelabs, don't know how to print them into output of the tests
|
||||||
testSettings["tunnelIdentifier"] = process.env.TRAVIS_JOB_NUMBER;
|
testSettings["tunnelIdentifier"] = process.env.TRAVIS_JOB_NUMBER;
|
||||||
|
|
||||||
// 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(){
|
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);
|
||||||
|
@ -78,8 +76,6 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
||||||
}, 5000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
|
|
||||||
}, 10000);
|
|
||||||
|
|
||||||
}, 1); //run 1 test in parrallel
|
}, 1); //run 1 test in parrallel
|
||||||
|
|
||||||
// 1) Firefox on Linux
|
// 1) Firefox on Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue