Author: psteitz
Date: Thu Sep 22 22:36:40 2011
New Revision: 1174434

URL: http://svn.apache.org/viewvc?rev=1174434&view=rev
Log:
Increased timeout for boggy test.

Modified:
    
commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

Modified: 
commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java?rev=1174434&r1=1174433&r2=1174434&view=diff
==============================================================================
--- 
commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java
 (original)
+++ 
commons/proper/pool/trunk/src/test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java
 Thu Sep 22 22:36:40 2011
@@ -1262,7 +1262,7 @@ public class TestGenericKeyedObjectPool 
     /**
      * Test case for POOL-180.
      */
-    @Test(timeout=60000)
+    @Test(timeout=200000)
     public void testMaxActivePerKeyExceeded() {
         WaiterFactory<String> factory = new WaiterFactory<String>(0, 20, 0, 0, 
0, 0, 8, 5, 0);
         // TODO Fix this. Can't use local pool since runTestThreads uses the


Reply via email to