From: Thilo Fromm Date: Wed, 11 Dec 2013 12:51:53 +0000 (+0100) Subject: pxe_install.sh: bump FAI time-out to 60 minutes X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=fbbda3d61c4d4ca0b7a7cd947fee02ec92093987;p=profitbricks%2Fjenkins-build-scripts.git pxe_install.sh: bump FAI time-out to 60 minutes This bumps the FAI time-out to 60 minutes in order to un-break gateway auto-deploy. Signed-off-by: Thilo Fromm --- diff --git a/pxe_install.sh b/pxe_install.sh index 83d543b..239f08d 100755 --- a/pxe_install.sh +++ b/pxe_install.sh @@ -28,10 +28,10 @@ $(dirname $0)/pxe_riserver_setup.sh $TARGET_HOST $TARGET_MAC $TARGET_DEV localbo set +x never_pinged=true # -# check for 15min whether ssh comes back +# check for 60min whether ssh comes back # echo "Checking for sshd running on $TARGET_HOST..." -for i in $(seq 1 90) ; do +for i in $(seq 1 360) ; do sleep 2 if $(ping -c 1 $TARGET_HOST >/dev/null) ; then never_pinged=false