Work around timing issue with travis osx issue (#1092)

* add more wait time for test setup

* increase selenium wait time

* add more wait
This commit is contained in:
shirletan
2017-05-09 16:39:39 -07:00
committed by RoboErikG
parent 65e374e309
commit 7a2c01e1cf
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ sleep 5
check_command scripts/get_selenium.sh
sleep 5
check_command scripts/get_chromedriver.sh
sleep 6
sleep 10
check_command scripts/selenium_connect.sh
sleep 5
sleep 10
exit $EXIT_STATUS

View File

@@ -10,7 +10,7 @@ var path = process.cwd();
var browser = webdriverio
.remote(options)
.init()
.url("file://" + path + "/tests/jsunit/index.html").pause(3000);
.url("file://" + path + "/tests/jsunit/index.html").pause(5000);
browser