mirror of https://github.com/apache/activemq.git
wait for complete formation of network before verification, some more time for slower machines
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1069352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f002de964
commit
a204c793b2
|
@ -99,6 +99,12 @@ public class NetworkOfTwentyBrokersTest extends JmsMultipleBrokersTestSupport {
|
|||
startAllBrokers();
|
||||
waitForBridgeFormation(X-1);
|
||||
|
||||
LOG.info("Waiting for complete formation");
|
||||
try {
|
||||
Thread.sleep(10000);
|
||||
} catch (Exception e) {
|
||||
}
|
||||
|
||||
verifyPeerBrokerInfos(X-1);
|
||||
|
||||
LOG.info("Stopping half the brokers");
|
||||
|
|
Loading…
Reference in New Issue