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:
Gary Tully 2011-02-10 12:11:17 +00:00
parent 7f002de964
commit a204c793b2
1 changed files with 6 additions and 0 deletions

View File

@ -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");