[hornetq-commits] JBoss hornetq SVN: r11783 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 28 23:09:29 EST 2011


Author: gaohoward
Date: 2011-11-28 23:09:29 -0500 (Mon, 28 Nov 2011)
New Revision: 11783

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
Log:
increasing timeout to avoid false test failure.



Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2011-11-29 04:01:26 UTC (rev 11782)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2011-11-29 04:09:29 UTC (rev 11783)
@@ -4536,7 +4536,7 @@
          for (int i = 0; i < 500; i++)
          {
             log.info("Received message " + i);
-            message = cons.receive(5000);
+            message = cons.receive(10000);
             assertNotNull(message);
             message.acknowledge();
 



More information about the hornetq-commits mailing list