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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 25 23:08:55 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-25 23:08:55 -0400 (Thu, 25 Aug 2011)
New Revision: 11227

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
Log:
tweak to a test after a small (expected) failure

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-08-26 02:41:29 UTC (rev 11226)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/TwoWayTwoNodeClusterTest.java	2011-08-26 03:08:55 UTC (rev 11227)
@@ -142,6 +142,7 @@
          {
             log.info("Sleep #test " + i);
             log.info("#stop #test #" + i);
+            Thread.sleep(500);
             stopServers(1);
             waitForTopology(servers[0], 1, 2000);
             log.info("#start #test #" + i);



More information about the hornetq-commits mailing list