Increase boot timeout

This commit is contained in:
Michael Vines
2018-11-07 08:32:03 -08:00
parent af66edf8c0
commit 6dcd127634

View File

@@ -219,7 +219,7 @@ EOF
echo "Waiting for $name to finish booting..." echo "Waiting for $name to finish booting..."
( (
set -x 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 if timeout 20s ssh "${sshOptions[@]}" "$publicIp" "test -f /.instance-startup-complete"; then
exit 0 exit 0
fi fi