In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ba2d061b7a1b6cf51d4f90713262b9a5d5811ab6?hp=5b48f78c51c77f1ce79e9b542433a4daa2433457>
- Log ----------------------------------------------------------------- commit ba2d061b7a1b6cf51d4f90713262b9a5d5811ab6 Author: Jerry D. Hedden <[email protected]> Date: Tue Aug 11 10:15:16 2009 -0400 Reduce thread count in threads::shared stress test Need to reduce the thread count in t/stress.t for threads::shared. Signed-off-by: H.Merijn Brand <[email protected]> ----------------------------------------------------------------------- Summary of changes: ext/threads-shared/t/stress.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ext/threads-shared/t/stress.t b/ext/threads-shared/t/stress.t index 6648867..adfd1ed 100644 --- a/ext/threads-shared/t/stress.t +++ b/ext/threads-shared/t/stress.t @@ -32,7 +32,7 @@ use threads::shared; # ##### { - my $cnt = 200; + my $cnt = 50; my $TIMEOUT = 60; -- Perl5 Master Repository
