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:
@@ -25,7 +25,7 @@ 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 = 100;
|
||||
private static final int OUTER_LOOP = 200;
|
||||
private static final int THREAD_COUNT = 10;
|
||||
|
||||
private static WeakHashtable hashtable;
|
||||
|
||||
Reference in New Issue
Block a user