diff --git a/net/gce.sh b/net/gce.sh index 1a524de7d0..f2184f43ca 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -219,7 +219,7 @@ EOF echo "Waiting for $name to finish booting..." ( set -x - for i in $(seq 1 45); do + for i in $(seq 1 60); do if timeout 20s ssh "${sshOptions[@]}" "$publicIp" "test -f /.instance-startup-complete"; then exit 0 fi