You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/08/15 00:45:55 UTC

svn commit: r686071 - /incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java

Author: rhs
Date: Thu Aug 14 15:45:55 2008
New Revision: 686071

URL: http://svn.apache.org/viewvc?rev=686071&view=rev
Log:
increased timeout for DupsOkTest to prevent intermittent failure on build machine

Modified:
    incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java

Modified: incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java?rev=686071&r1=686070&r2=686071&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java (original)
+++ incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java Thu Aug 14 15:45:55 2008
@@ -141,9 +141,9 @@
 
         try
         {
-            if (!_awaitCompletion.await(60, TimeUnit.SECONDS))
+            if (!_awaitCompletion.await(120, TimeUnit.SECONDS))
             {
-                fail("Test did not complete in 60 seconds");   
+                fail("Test did not complete in 120 seconds");
             }
         }
         catch (InterruptedException e)