From e6c05ea003d08943c11001a0288512ba29ccc392 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 9 Jul 2012 19:23:23 +0000 Subject: [PATCH] Increase timeout for nic waiting to 10 minutes instead of 30 seconds git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13259 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/doxcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/doxcat b/xCAT-nbroot2/doxcat index 1e20ea580..9f682a20d 100755 --- a/xCAT-nbroot2/doxcat +++ b/xCAT-nbroot2/doxcat @@ -1,7 +1,7 @@ if [ ! -z "$BOOTIF" ]; then BOOTIF=`echo $BOOTIF|sed -e s/01-// -e s/-/:/g` echo -n "Waiting for device with address $BOOTIF to appear.." - gripeiter=300 + gripeiter=6000 while [ -z "$bootnic" ]; do bootnic=`ip link show|grep -B1 $BOOTIF|grep mtu|awk '{print $2}'|sed -e 's/:$//'` sleep 0.1