X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=blobdiff_plain;f=t%2Fserver.pl;h=4bd7bdc3953f66c01b993be97788c39d70ae68eb;hp=981f199103dd421176e8f3f97dfd0840e434ca46;hb=a5ae1e8c02bf454ebeb9d0d727409fef77d904d7;hpb=9ccefd636bc8b912ed8cead0a231964fe20b4fbe 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;