[jboss-cvs] JBoss Messaging SVN: r8549 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/clustering.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 17 08:46:47 EDT 2012


Author: gaohoward
Date: 2012-07-17 08:46:46 -0400 (Tue, 17 Jul 2012)
New Revision: 8549

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/clustering/FailoverTest.java
Log:
JBMESSAGING-1929
adjust test timeout due to the remoting config change (timeout)



Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/clustering/FailoverTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/clustering/FailoverTest.java	2012-07-16 02:44:22 UTC (rev 8548)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/clustering/FailoverTest.java	2012-07-17 12:46:46 UTC (rev 8549)
@@ -2433,7 +2433,7 @@
 
          while(true)
          {
-            FailoverEvent event = failoverListener.getEvent(120000);
+            FailoverEvent event = failoverListener.getEvent(350000);
             if (event != null && FailoverEvent.FAILOVER_FAILED == event.getType())
             {
                break;



More information about the jboss-cvs-commits mailing list