From 2b99f1c33cd3087ea4ac0b06b447bef242b66c3a Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 18 Jul 2012 01:26:31 +0000 Subject: [PATCH] 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 --- src/test/org/apache/commons/logging/WeakHashTableTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/org/apache/commons/logging/WeakHashTableTestCase.java b/src/test/org/apache/commons/logging/WeakHashTableTestCase.java index 9a20bb7..a5af7d7 100644 --- a/src/test/org/apache/commons/logging/WeakHashTableTestCase.java +++ b/src/test/org/apache/commons/logging/WeakHashTableTestCase.java @@ -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;