summaryrefslogtreecommitdiff
path: root/t/thread_it.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-07-28 21:19:24 -0600
committerKarl Williamson <khw@cpan.org>2016-07-29 15:46:46 -0600
commit8ebda0e9b901456f365e0c5fbdbba0fef14054fe (patch)
tree3e8bc17dd39e2a43358a55b244883e010d3d0a30 /t/thread_it.pl
parentd03b2e8de0dca01b243f4faca34f89e7030bfbb0 (diff)
downloadperl-8ebda0e9b901456f365e0c5fbdbba0fef14054fe.tar.gz
t/thread_it.pl: Increase Darwin stack size
The next commit causes one test in the suite to use more than the previously allowed max.
Diffstat (limited to 't/thread_it.pl')
-rw-r--r--t/thread_it.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/thread_it.pl b/t/thread_it.pl
index 6dcc807634..4a0cbdcd8a 100644
--- a/t/thread_it.pl
+++ b/t/thread_it.pl
@@ -34,7 +34,7 @@ note('running tests in a new thread');
# Same on AIX
my $curr = threads->create({
stack_size => $^O eq 'hpux' ? 524288 :
- $^O eq 'darwin' ? 1000000:
+ $^O eq 'darwin' ? 2000000:
$^O eq 'VMS' ? 150000 :
$^O eq 'aix' ? 1000000 : 0,
}, sub {