diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index efaf12f20..f0a5cf9bb 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5637,7 +5637,7 @@ sub closesession() @message ); - ($error,@response) = domsg($sock,\@msg,1,1); #Have a quicker retry on the close session + ($error,@response) = domsg($sock,\@msg,$timeout,1); #Have a quicker retry on the close session if(!$error) { $code = $response[36-$authoffset];