[jboss-cvs] JBoss Messaging SVN: r3185 - trunk/tests/src/org/jboss/test/messaging/jms/clustering.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 9 12:15:11 EDT 2007
Author: timfox
Date: 2007-10-09 12:15:11 -0400 (Tue, 09 Oct 2007)
New Revision: 3185
Modified:
trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteringTestBase.java
Log:
Tweak to timing
Modified: trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteringTestBase.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteringTestBase.java 2007-10-09 13:38:44 UTC (rev 3184)
+++ trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteringTestBase.java 2007-10-09 16:15:11 UTC (rev 3185)
@@ -218,7 +218,7 @@
{
//Wait a little while before starting the test to ensure the new view propagates
//otherwise the view change might hit after the test has started
- Thread.sleep(4000);
+ Thread.sleep(10000);
}
if (ic != null)
More information about the jboss-cvs-commits
mailing list