Bump ping timeout

This commit is contained in:
Michael Vines 2018-09-07 11:14:33 -07:00
parent 9e45f1f5e2
commit 9a1832ed61
1 changed files with 1 additions and 1 deletions

View File

@ -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;