taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7e051de5c9f75672fe8f9e147302faf02f220e0c
parent c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 13 Nov 2016 02:32:27 +0100

Wait after restarting container

Diffstat:
Mdocker/selenium/launch_selenium_test | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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 \