Decrease timeout
Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
@@ -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:"
|
||||||
@@ -48,4 +48,4 @@ docker system prune --force
|
|||||||
echo "+------------------------------------------------------------------------------"
|
echo "+------------------------------------------------------------------------------"
|
||||||
echo "| END: $(date -u) "
|
echo "| END: $(date -u) "
|
||||||
echo "\------------------------------------------------------------------------------"
|
echo "\------------------------------------------------------------------------------"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user