projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
13babf5
)
more sleep needed from slow systems (from Peter Haworth)
Gurusamy Sarathy [Mon, 20 Mar 2000 21:06:01 +0000 (21:06 +0000)]
p4raw-id: //depot/perl@5841
t/io/pipe.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/pipe.t
b/t/io/pipe.t
index
997c6bf
..
4559624
100755
(executable)
--- a/
t/io/pipe.t
+++ b/
t/io/pipe.t
@@
-98,7
+98,7
@@
if ($Config{d_sfio} || $^O eq 'machten' || $^O eq 'beos' || $^O eq 'posix-bc') {
else {
local $SIG{PIPE} = 'IGNORE';
open NIL, '|true' or die "open failed: $!";
- sleep 4;
+ sleep 5;
print NIL 'foo' or die "print failed: $!";
if (close NIL) {
print "not ok 9\n";