it can take more than 30 seconds for network of 20 to get in line on a slower box, so incease the default delay

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1065591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-01-31 13:11:27 +00:00
parent 31c01f8916
commit 29c0dff26a
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ public class JmsMultipleBrokersTestSupport extends CombinationTestSupport {
Wait.waitFor(new Wait.Condition() {
public boolean isSatisified() throws Exception {
return (broker.getNetworkConnectors().get(0).activeBridges().size() >= min);
}});
}}, Wait.MAX_WAIT_MILLIS * 2);
}
}
}