You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/07/18 03:26:31 UTC

svn commit: r1362738 - /commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java

Author: sebb
Date: Wed Jul 18 01:26:31 2012
New Revision: 1362738

URL: http://svn.apache.org/viewvc?rev=1362738&view=rev
Log:
Double number of loops to try and Continuum to fail

Modified:
    commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java

Modified: commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java?rev=1362738&r1=1362737&r2=1362738&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java (original)
+++ commons/proper/logging/trunk/src/test/org/apache/commons/logging/WeakHashTableTestCase.java Wed Jul 18 01:26:31 2012
@@ -25,7 +25,7 @@ public class WeakHashTableTestCase  exte
 
     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;