From: Malcolm Beattie Date: Fri, 14 Nov 1997 15:07:19 +0000 (+0000) Subject: Two more delays added to test suite to help *-solaris-thread. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d57aefb538705242f5ab4c3d9d854139b302aba;p=p5sagit%2Fp5-mst-13.2.git Two more delays added to test suite to help *-solaris-thread. p4raw-id: //depot/perl@252 --- diff --git a/t/io/pipe.t b/t/io/pipe.t index ac14981..efeda80 100755 --- a/t/io/pipe.t +++ b/t/io/pipe.t @@ -62,7 +62,7 @@ sub broken_pipe { print WRITER "not ok 7\n"; close WRITER; - +sleep 1; print "ok 8\n"; # VMS doesn't like spawning subprocesses that are still connected to diff --git a/t/lib/io_pipe.t b/t/lib/io_pipe.t index eee3741..e1c48b6 100755 --- a/t/lib/io_pipe.t +++ b/t/lib/io_pipe.t @@ -104,6 +104,7 @@ sub broken_pipe { print $pipe "not ok 9\n"; $pipe->close; +sleep 1; print "ok 10\n";