From 65e374e3096068b08fed1e681b997f46d83a1dbe Mon Sep 17 00:00:00 2001 From: shirletan Date: Tue, 9 May 2017 10:50:27 -0700 Subject: [PATCH] add more wait time for test setup (#1091) --- scripts/test_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_setup.sh b/scripts/test_setup.sh index feae42eeb..940b412b0 100755 --- a/scripts/test_setup.sh +++ b/scripts/test_setup.sh @@ -16,7 +16,7 @@ sleep 5 check_command scripts/get_selenium.sh sleep 5 check_command scripts/get_chromedriver.sh -sleep 5 +sleep 6 check_command scripts/selenium_connect.sh -sleep 3 +sleep 5 exit $EXIT_STATUS