[jboss-cvs] JBoss Messaging SVN: r6012 - trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 5 11:03:21 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-05 11:03:21 -0500 (Thu, 05 Mar 2009)
New Revision: 6012

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java
Log:
2 seconds is too short for this test. (messages are being depaged)
It could eventually take a more than 2 seconds on Hudson due to I/O on the PageFiles

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java	2009-03-05 15:28:42 UTC (rev 6011)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/PagingFailoverTest.java	2009-03-05 16:03:21 UTC (rev 6012)
@@ -266,7 +266,7 @@
       {
          final AtomicInteger numberOfMessages = new AtomicInteger(0);
 
-         final int RECEIVE_TIMEOUT = 2000;
+         final int RECEIVE_TIMEOUT = 10000;
 
          final ClientSessionFactory factory;
          final PagingStore store;




More information about the jboss-cvs-commits mailing list