You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/08/12 01:47:03 UTC

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp TestConnectionPool.java

dirkv       2003/08/11 16:47:03

  Modified:    dbcp/src/test/org/apache/commons/dbcp
                        TestConnectionPool.java
  Log:
  Increase test timeout
  
  Revision  Changes    Path
  1.5       +5 -5      jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/TestConnectionPool.java
  
  Index: TestConnectionPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/TestConnectionPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestConnectionPool.java	6 Mar 2003 21:41:47 -0000	1.4
  +++ TestConnectionPool.java	11 Aug 2003 23:47:03 -0000	1.5
  @@ -101,7 +101,7 @@
       }
       
       protected long getMaxWait() {
  -        return 50L;
  +        return 100L;
       }
           
       public void testIsClosed() throws Exception {