Removed some debug code
Andy Grundman [Thu, 20 Oct 2005 15:04:48 +0000 (15:04 +0000)]
t/optional/http-server.t

index 202954d..ec03c35 100644 (file)
@@ -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/' );