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:
Gary Tully 2011-02-11 12:38:13 +00:00
parent 784ead59c7
commit 237f83578f
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ public class NetworkOfTwentyBrokersTest extends JmsMultipleBrokersTestSupport {
startAllBrokers();
waitForBridgeFormation(X-1);
LOG.info("Waiting for complete reformation");
try {
Thread.sleep(10000);
} catch (Exception e) {
}
verifyPeerBrokerInfos(X-1);
}