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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 00:42:05 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-13 00:42:04 -0400 (Wed, 13 May 2009)
New Revision: 6750

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/FailBackupServerTest.java
Log:
1000 takes too long and it times out.
Reverting it back to 5

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/FailBackupServerTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/FailBackupServerTest.java	2009-05-12 19:51:09 UTC (rev 6749)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/FailBackupServerTest.java	2009-05-13 04:42:04 UTC (rev 6750)
@@ -80,7 +80,7 @@
 
    public void testFailBackup() throws Exception
    {
-      for (int j = 0; j < 1000; j++)
+      for (int j = 0; j < 5; j++)
       {
          ClientSessionFactoryInternal sf1 = new ClientSessionFactoryImpl(new TransportConfiguration("org.jboss.messaging.core.remoting.impl.invm.InVMConnectorFactory"),
                                                                          new TransportConfiguration("org.jboss.messaging.core.remoting.impl.invm.InVMConnectorFactory",




More information about the jboss-cvs-commits mailing list