[hornetq-commits] JBoss hornetq SVN: r11059 - branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 27 16:03:39 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-27 16:03:39 -0400 (Wed, 27 Jul 2011)
New Revision: 11059

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-07-27 20:02:45 UTC (rev 11058)
+++ branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-07-27 20:03:39 UTC (rev 11059)
@@ -172,7 +172,9 @@
 
       System.out.println(clusterDescription(servers[0]));
       
-      Thread.sleep(5000);
+      // Sleep some time as the node should be retrying
+      // The retry here is part of the test
+      Thread.sleep(1000);
 
       log.info ("********* Starting server 1");
       startServers(1);



More information about the hornetq-commits mailing list