From: Jerry D. Hedden Date: Tue, 11 Aug 2009 14:15:16 +0000 (-0400) Subject: Reduce thread count in threads::shared stress test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba2d061b7a1b6cf51d4f90713262b9a5d5811ab6;p=p5sagit%2Fp5-mst-13.2.git 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 --- 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;