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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 17 12:53:35 EDT 2008


Author: timfox
Date: 2008-10-17 12:53:35 -0400 (Fri, 17 Oct 2008)
New Revision: 5137

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/cluster/MultiThreadRandomFailoverTest.java
Log:
Reduced number of iterations


Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/MultiThreadRandomFailoverTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/MultiThreadRandomFailoverTest.java	2008-10-17 16:48:33 UTC (rev 5136)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/MultiThreadRandomFailoverTest.java	2008-10-17 16:53:35 UTC (rev 5137)
@@ -1277,7 +1277,7 @@
 
    protected int getNumIterations()
    {
-      return 20;
+      return 5;
    }
    
    protected void setUp() throws Exception




More information about the jboss-cvs-commits mailing list