1
0

Double number of loops to try and Continuum to fail

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1362738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2012-07-18 01:26:31 +00:00
parent cd798d00eb
commit 2b99f1c33c

View File

@@ -25,7 +25,7 @@ public class WeakHashTableTestCase extends TestCase {
private static final int WAIT_FOR_THREAD_COMPLETION = 5000; // 5 seconds private static final int WAIT_FOR_THREAD_COMPLETION = 5000; // 5 seconds
private static final int RUN_LOOPS = 1500; private static final int RUN_LOOPS = 1500;
private static final int OUTER_LOOP = 100; private static final int OUTER_LOOP = 200;
private static final int THREAD_COUNT = 10; private static final int THREAD_COUNT = 10;
private static WeakHashtable hashtable; private static WeakHashtable hashtable;