projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59fa18
)
threads.t: Increase watchdog timeout
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 6 Jan 2014 00:20:58 +0000
(16:20 -0800)
committer
Father 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
patch
|
blob
|
history
diff --git
a/t/op/threads.t
b/t/op/threads.t
index
61889a9
..
6fb2410
100644
(file)
--- a/
t/op/threads.t
+++ b/
t/op/threads.t
@@
-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(
6
0, "process");
+watchdog(
18
0, "process");
{
local $SIG{__WARN__} = sub {}; # Ignore any thread creation failure warnings
my @t;