Decrease timeout

Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
Jeroen Laverman
2018-09-21 17:00:40 +02:00
committed by GitHub
parent 74009cfed5
commit 3de88ee397

View File

@@ -34,8 +34,8 @@ echo "+-- Restart Docker Stack:"
docker stack deploy -c /.sandbox/stacks/sandbox/docker-compose-stack.yml $STACK_NAME docker stack deploy -c /.sandbox/stacks/sandbox/docker-compose-stack.yml $STACK_NAME
echo "|" echo "|"
# Value is based on trial and error # Value is based on trial and error
echo "+-- Wait for hawkBit to start (320s):" echo "+-- Wait for hawkBit to start (160s):"
sleep 320 sleep 160
echo "|" echo "|"
# Device Simulator has to be restarted, since hawkBit takes too long to start # Device Simulator has to be restarted, since hawkBit takes too long to start
echo "+-- Restart Device Simulator:" echo "+-- Restart Device Simulator:"