mirror of https://github.com/apache/activemq.git
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:
parent
31c01f8916
commit
29c0dff26a
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue