From a276ba5df7f061bd3fbddeefd039b618770f5921 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Mon, 21 Sep 2009 01:46:42 +0000 Subject: [PATCH] enlarge the sleep time to avoid timeout issue. It is sleeps between cecs, so will not make too much performance reduction git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index f09938146..eb5108d1e 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -391,7 +391,7 @@ sub process_command { } $hw = @$_[0]; - Time::HiRes::sleep(0.2); + Time::HiRes::sleep(0.5); my ($pipe) = fork_cmd( @$_[0], @$_[1], $request ); if ( $pipe ) { $fds->add( $pipe );