X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional%2Fhttp-server.t;fp=t%2Foptional%2Fhttp-server.t;h=ec03c355a705758fd4e9dde77c5824daed306fed;hb=b52dc42d2f5b404fa7735196b4c12c598e5de39e;hp=202954d7fd22421f913116664d3564a88d9503eb;hpb=32e231ebcd194952cb7d844264a45ec96bfb2231;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional/http-server.t b/t/optional/http-server.t index 202954d..ec03c35 100644 --- a/t/optional/http-server.t +++ b/t/optional/http-server.t @@ -35,8 +35,6 @@ while ( check_port( 'localhost', $port ) != 1 ) { sleep 1; } -sleep 60; - # run the testsuite against the HTTP server $ENV{CATALYST_SERVER} = "http://localhost:$port"; system( 'prove -r -Ilib/ t/live/' );