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
This commit is contained in:
parent
e05432da84
commit
c3ccf97554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user