From: Andy Grundman Date: Thu, 20 Oct 2005 15:04:48 +0000 (+0000) Subject: Removed some debug code X-Git-Tag: 5.7099_04~1174 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b52dc42d2f5b404fa7735196b4c12c598e5de39e Removed some debug code --- 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/' );