From 484e5c102df0c8f871d06d84dc501d4ea0457236 Mon Sep 17 00:00:00 2001 From: junxiawang Date: Fri, 22 May 2015 04:12:02 -0400 Subject: [PATCH] modify xCATreg --- xCAT-server/share/xcat/tools/xCATreg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;