2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

change first waiting time from 15m to 5m

This commit is contained in:
hu-weihua
2016-05-06 01:03:10 -04:00
parent 7dd452da10
commit 17154f89ee

View File

@@ -8,7 +8,7 @@ my $orgclusterconffile="/opt/xcat/share/xcat/tools/autotest/default.conf";
my $snnodename = `cat $orgclusterconffile |grep SN|grep =|awk -F'=' '{print \$2}'`;
chomp($snnodename);
`echo "SN=$snnodename" >> $log`;
sleep 900;
sleep 300;
my $timecnt=0;
while($timecnt < 200){