aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2018-04-25 20:28:59 -0700
committerArthur She <arthur.she@linaro.org>2018-04-25 20:28:59 -0700
commitd5250682d54d6910f23dacf35d9915d665816b8e (patch)
treee9315e660ddeb84603f59d682f2a05b3e653f705
parente2a5ed21d82ac590b1859537513d50f66688318e (diff)
eme-test:
Extend Selenium2Library timeout to 180 second
-rw-r--r--eme-test/lhg-robot-config.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/eme-test/lhg-robot-config.robot b/eme-test/lhg-robot-config.robot
index 9dade03..1964f3d 100644
--- a/eme-test/lhg-robot-config.robot
+++ b/eme-test/lhg-robot-config.robot
@@ -3,7 +3,7 @@ Documentation A resource file with reusable keywords and variables.
...
... The system specific keywords created here form our own
... domain specific language.
-Library SeleniumLibrary timeout=90s run_on_failure=Nothing
+Library SeleniumLibrary timeout=180s run_on_failure=Nothing
Library SSHLibrary timeout=30s prompt=hikey:~$
Library Collections
Library lhg-robot-libs.py