threads.t: Increase watchdog timeout
authorFather Chrysostomos <sprout@cpan.org>
Mon, 6 Jan 2014 00:20:58 +0000 (16:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jan 2014 01:58:37 +0000 (17:58 -0800)
PERL_DEBUG_READONLY_COW is too slow for a 60s timeout.

t/op/threads.t

index 61889a9..6fb2410 100644 (file)
@@ -135,7 +135,7 @@ EOI
 #
 # run-time usage of newCONSTSUB (as done by the IO boot code) wasn't
 # thread-safe - got occasional coredumps or malloc corruption
-watchdog(60, "process");
+watchdog(180, "process");
 {
     local $SIG{__WARN__} = sub {};   # Ignore any thread creation failure warnings
     my @t;