From 9a1832ed615cecbe9a14345bdcac54aefb2513f5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 7 Sep 2018 11:14:33 -0700 Subject: [PATCH] Bump ping timeout --- scripts/gcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gcloud.sh b/scripts/gcloud.sh index 8b3c13999..fbf602096 100644 --- a/scripts/gcloud.sh +++ b/scripts/gcloud.sh @@ -293,7 +293,7 @@ gcloud_PrepInstancesForSsh() { # Try to ping the machine first. There can be a delay between when the # instance is reported as RUNNING and when it's reachable over the network - timeout 30s bash -c "set -o pipefail; until ping -c 3 $publicIp | tr - _; do echo .; done" + timeout 60s bash -c "set -o pipefail; until ping -c 3 $publicIp | tr - _; do echo .; done" gcloud compute ssh --zone "$zone" "$name" -- " set -x;