From c3ccf97554bd665aa65e06a8d3bc892e92fa9190 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 3 Jul 2009 09:09:00 +0000 Subject: [PATCH] automatic retry: change sleep 60 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 06ce1605a..a81dbdecf 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -4523,7 +4523,7 @@ sub monitor_installation() while(($monsettings->{'timeelapsed'} < $monsettings->{'timeout'}) &&(scalar(keys %{$monsettings->{'nodes'}}))) { #polling interval is 1 minute, #do not do the first check until 1 minute after the os installation starts - sleep 5; #TODO, change it to 60 before checkin code + sleep 60; #update the timeelapsed