From: Mike Taylor Date: Wed, 16 Mar 2011 14:53:25 +0000 (+0000) Subject: Back to sleeping only one second -- didn't help to go higher. X-Git-Tag: v1.13~7 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=fa32034789d8394adfeec79dbfe37b3c1e25a99d;ds=sidebyside Back to sleeping only one second -- didn't help to go higher. --- diff --git a/test.pl b/test.pl index b5561d9..7c28f91 100644 --- a/test.pl +++ b/test.pl @@ -98,7 +98,7 @@ if (!defined($pid = fork() )) { $handler->launch_server("test.pl", "-1", @ARGV); } else { ## Child starts the client - sleep(2); + sleep(1); open(CLIENT, "| yaz-client tcp:localhost:9999 > /dev/null") or die "Couldn't fork client: $!\n"; print CLIENT "f test\n";