summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocker/selenium/launch_selenium_test3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test
index 76c353f..b222e66 100755
--- a/docker/selenium/launch_selenium_test
+++ b/docker/selenium/launch_selenium_test
@@ -12,6 +12,9 @@ eval $(docker-machine env)
# Get fresh image
docker restart container_chrome
+# Give time to container to get fully operational
+sleep 2
+
# call python3 selenium script
python3 $HOME/wallet-webex/selenium/withdraw_buy.py \
--ext=$HOME/ext.crx \