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:
@@ -24,8 +24,8 @@ import org.apache.commons.logging.impl.WeakHashtable;
|
|||||||
public class WeakHashTableTestCase extends TestCase {
|
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 = 3000;
|
||||||
private static final int OUTER_LOOP = 200;
|
private static final int OUTER_LOOP = 400;
|
||||||
private static final int THREAD_COUNT = 10;
|
private static final int THREAD_COUNT = 10;
|
||||||
|
|
||||||
private static WeakHashtable hashtable;
|
private static WeakHashtable hashtable;
|
||||||
|
|||||||
Reference in New Issue
Block a user