mirror of
https://github.com/google/blockly.git
synced 2026-01-19 06:47:12 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user