[hornetq-commits] JBoss hornetq SVN: r11192 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/util.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 11 19:19:56 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-11 19:19:56 -0400 (Thu, 11 Aug 2011)
New Revision: 11192

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/util/UnitTestCase.java
Log:
changing timeout

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/util/UnitTestCase.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/util/UnitTestCase.java	2011-08-11 19:58:06 UTC (rev 11191)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/util/UnitTestCase.java	2011-08-11 23:19:56 UTC (rev 11192)
@@ -937,7 +937,7 @@
       
       boolean failed =  true;
       
-      long timeout = System.currentTimeMillis() + 10000;
+      long timeout = System.currentTimeMillis() + 60000;
       while (failed && timeout > System.currentTimeMillis())
       {
          buffer = new StringBuffer();



More information about the hornetq-commits mailing list