Commit fe36fdde authored by Dawn Chen's avatar Dawn Chen

Increase waiting time (120s) for docker startup in health-monitor.sh

parent e3e2e24c
...@@ -30,7 +30,7 @@ function docker_monitoring { ...@@ -30,7 +30,7 @@ function docker_monitoring {
echo "Docker daemon failed!" echo "Docker daemon failed!"
pkill docker pkill docker
# Wait for a while, as we don't want to kill it again before it is really up. # Wait for a while, as we don't want to kill it again before it is really up.
sleep 30 sleep 120
else else
sleep "${SLEEP_SECONDS}" sleep "${SLEEP_SECONDS}"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment