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
This commit is contained in:
wanghuaz 2009-09-21 01:46:42 +00:00
parent 9524a49273
commit a276ba5df7

View File

@ -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 );