Reduce thread count in threads::shared stress test
authorJerry D. Hedden <jdhedden@cpan.org>
Tue, 11 Aug 2009 14:15:16 +0000 (10:15 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 11 Aug 2009 14:55:34 +0000 (16:55 +0200)
Need to reduce the thread count in t/stress.t for threads::shared.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
ext/threads-shared/t/stress.t

index 6648867..adfd1ed 100644 (file)
@@ -32,7 +32,7 @@ use threads::shared;
 #
 #####
 {
-    my $cnt = 200;
+    my $cnt = 50;
 
     my $TIMEOUT = 60;