X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fserver.pl;h=4bd7bdc3953f66c01b993be97788c39d70ae68eb;hb=1b67123aedf3f11f9097a1a04a73ac940f4ec971;hp=981f199103dd421176e8f3f97dfd0840e434ca46;hpb=bf8937b70eb1aabe53e63e2e6c70f569056e609a;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/t/server.pl b/t/server.pl index 981f199..4bd7bdc 100644 --- a/t/server.pl +++ b/t/server.pl @@ -22,12 +22,11 @@ if ($@) { } } -# First fire off the server $SIG{CHLD} = 'IGNORE'; unless (fork()) { system("$^X -Ilib -Itestapp/lib testapp/script/stomptestapp_stomp.pl --oneshot"); exit 0; } print STDERR "server started, waiting for spinup..."; -sleep 2; +sleep 20;