diff options
Diffstat (limited to 'vest/parallelize.pl')
| -rwxr-xr-x | vest/parallelize.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/vest/parallelize.pl b/vest/parallelize.pl index be12eefb..a5a40704 100755 --- a/vest/parallelize.pl +++ b/vest/parallelize.pl @@ -238,7 +238,7 @@ my $script = "";  # fork == one thread runs the sentserver, while the  # other spawns the sentclient commands.  if (my $pid = fork) { -  sleep 4; # give other thread time to start sentserver +  sleep 8; # give other thread time to start sentserver    $script =        qq{wait  $cdcmd$sentclient $host:$port:$key $cmd | 
