From: Steve Hay Date: Tue, 29 Sep 2009 14:41:46 +0000 (+0100) Subject: Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b7091183a0e6b41a658e590f90e543efae3b2e4;p=p5sagit%2Fp5-mst-13.2.git Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes. --- diff --git a/t/io/openpid.t b/t/io/openpid.t index 7503f34..ee4702c 100644 --- a/t/io/openpid.t +++ b/t/io/openpid.t @@ -18,7 +18,7 @@ if ($^O eq 'dos') { } plan tests => 10; - +watchdog(15); use Config; $| = 1;