diff --git a/xCAT-server/share/xcat/tools/xCATreg b/xCAT-server/share/xcat/tools/xCATreg index 822899547..9c05b21cf 100644 --- a/xCAT-server/share/xcat/tools/xCATreg +++ b/xCAT-server/share/xcat/tools/xCATreg @@ -1405,7 +1405,7 @@ foreach my $m (keys %mns) { } } - if(time() - $regstarttime > 28800) { + if(time() - $regstarttime > 36000) { #if($curtime - $regstarttime > 10) { send_msg(1, "[timing] 8 hours is expired"); last;