projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c185d8c
)
add sleep() to avoid race on NeXT (from M.E. O'Neill
Gurusamy Sarathy [Tue, 14 Mar 2000 05:37:29 +0000 (
05:37
+0000)]
<oneill@cs.sfu.ca>)
p4raw-id: //depot/perl@5722
t/lib/io_sock.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/io_sock.t
b/t/lib/io_sock.t
index
e03e223
..
056d131
100755
(executable)
--- a/
t/lib/io_sock.t
+++ b/
t/lib/io_sock.t
@@
-148,7
+148,7
@@
if($pid = fork()) {
}
# some machines seem to suffer from a race condition here
-# sleep(1);
+ sleep(1);
$sock = IO::Socket->new(Domain => AF_INET,
PeerAddr => "localhost:$port");