From ac230105039fe26ba2847b01a7a9b685a00d2be0 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 20 Mar 2000 21:06:01 +0000 Subject: more sleep needed from slow systems (from Peter Haworth) p4raw-id: //depot/perl@5841 --- t/io/pipe.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/io') diff --git a/t/io/pipe.t b/t/io/pipe.t index 997c6bf5cc..4559624cca 100755 --- 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"; -- cgit v1.2.1