Updated Branches:
  refs/heads/trunk dea058847 -> 770539d53

Added sleep because of intermittent CI failures


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a6edc416
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a6edc416
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a6edc416

Branch: refs/heads/trunk
Commit: a6edc416d6e1ae7b1a05db3f8f3fba8a40974a3e
Parents: dea0588
Author: Kevin Earls <[email protected]>
Authored: Fri Jan 24 11:30:20 2014 +0100
Committer: Kevin Earls <[email protected]>
Committed: Fri Jan 24 11:30:20 2014 +0100

----------------------------------------------------------------------
 .../activemq/transport/failover/TwoBrokerFailoverClusterTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a6edc416/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/TwoBrokerFailoverClusterTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/TwoBrokerFailoverClusterTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/TwoBrokerFailoverClusterTest.java
index 3105304..19addc3 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/TwoBrokerFailoverClusterTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/TwoBrokerFailoverClusterTest.java
@@ -44,6 +44,8 @@ public class TwoBrokerFailoverClusterTest extends 
FailoverClusterTestSupport {
         getBroker(BROKER_A_NAME).waitUntilStopped();
         removeBroker(BROKER_A_NAME);
 
+        Thread.sleep(1000);
+
         assertAllConnectedTo(BROKER_B_CLIENT_TC_ADDRESS);
 
         Thread.sleep(5000);

Reply via email to