mirror of https://github.com/apache/activemq.git
Added sleep because of intermittent CI failures
This commit is contained in:
parent
dea0588471
commit
a6edc416d6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue