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:
@@ -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){
|
||||
|
Reference in New Issue
Block a user