mirror of https://github.com/apache/activemq.git
give bridge formation more time after a restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1069781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
784ead59c7
commit
237f83578f
|
@ -129,6 +129,12 @@ public class NetworkOfTwentyBrokersTest extends JmsMultipleBrokersTestSupport {
|
||||||
startAllBrokers();
|
startAllBrokers();
|
||||||
waitForBridgeFormation(X-1);
|
waitForBridgeFormation(X-1);
|
||||||
|
|
||||||
|
LOG.info("Waiting for complete reformation");
|
||||||
|
try {
|
||||||
|
Thread.sleep(10000);
|
||||||
|
} catch (Exception e) {
|
||||||
|
}
|
||||||
|
|
||||||
verifyPeerBrokerInfos(X-1);
|
verifyPeerBrokerInfos(X-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue