mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 06:56:19 +00:00
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:
@ -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 );
|
||||
|
Reference in New Issue
Block a user