This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better document build dependency ordering
[perl5.git] / t / thread_it.pl
index 6389df2..f38a580 100644 (file)
@@ -36,7 +36,7 @@ my $curr = threads->create({
                             stack_size => $^O eq 'hpux'   ? 524288 :
                                           $^O eq 'darwin' ? 2000000:
                                           $^O eq 'VMS'    ? 150000 :
-                                          $^O eq 'aix'    ? 1000000 : 0,
+                                          $^O eq 'aix'    ? 1500000 : 0,
                            }, sub {
                               run_tests();
                               return defined &curr_test ? curr_test() : ()