change some filenames to be 8.3-friendly
[p5sagit/p5-mst-13.2.git] / t / lib / io_sock.t
index e236f5f..782f255 100755 (executable)
@@ -134,7 +134,7 @@ if($pid = fork()) {
     }
 
     # some machines seem to suffer from a race condition here
-    sleep(1);
+    sleep(2);
 
     $sock = IO::Socket::INET->new("127.0.0.1:$port");
     if ($sock) {