projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b48f78
)
Reduce thread count in threads::shared stress test
author
Jerry D. Hedden
<jdhedden@cpan.org>
Tue, 11 Aug 2009 14:15:16 +0000
(10:15 -0400)
committer
H.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
patch
|
blob
|
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 =
20
0;
+ my $cnt =
5
0;
my $TIMEOUT = 60;