X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=test.pl;h=7c28f91d58b41b4fda1bed27c5b025efe2ba53db;hp=b5561d9f58208cc2adaf5a46c67c58400db09fc5;hb=fa32034789d8394adfeec79dbfe37b3c1e25a99d;hpb=a0bb3f45a1f576f36a286f21c3fec3ee16013fce 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";