From fe36fdde6c87bae720f2b45579e56f07692c3ec0 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Tue, 17 Oct 2017 15:31:15 -0700 Subject: [PATCH] Increase waiting time (120s) for docker startup in health-monitor.sh --- cluster/gce/gci/health-monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/health-monitor.sh b/cluster/gce/gci/health-monitor.sh index c66d4173317..00510b4d8de 100644 --- a/cluster/gce/gci/health-monitor.sh +++ b/cluster/gce/gci/health-monitor.sh @@ -30,7 +30,7 @@ function docker_monitoring { echo "Docker daemon failed!" pkill docker # Wait for a while, as we don't want to kill it again before it is really up. - sleep 30 + sleep 120 else sleep "${SLEEP_SECONDS}" fi