projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b48f78
)
Reduce thread count in threads::shared stress test
Jerry D. Hedden [Tue, 11 Aug 2009 14:15:16 +0000 (10:15 -0400)]
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads-shared/t/stress.t
b/ext/threads-shared/t/stress.t
index
6648867
..
adfd1ed
100644
(file)
--- 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;