1
0

Increase number of loops to try again to cause Continuum to fail

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

View File

@@ -24,8 +24,8 @@ import org.apache.commons.logging.impl.WeakHashtable;
public class WeakHashTableTestCase extends TestCase {
private static final int WAIT_FOR_THREAD_COMPLETION = 5000; // 5 seconds
private static final int RUN_LOOPS = 1500;
private static final int OUTER_LOOP = 200;
private static final int RUN_LOOPS = 3000;
private static final int OUTER_LOOP = 400;
private static final int THREAD_COUNT = 10;
private static WeakHashtable hashtable;