mirror of https://github.com/apache/activemq.git
merging 900363 - DiscoveryNetworkReconnectTest failures - more fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@900389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae6f8020e7
commit
a7da603c4f
|
@ -200,7 +200,7 @@ public class DiscoveryNetworkReconnectTest {
|
|||
proxy.pause();
|
||||
|
||||
// wait for the inactivity timeout and network shutdown
|
||||
assertTrue("network connector mbean unregistered within 1 minute", mbeanUnregistered.tryAcquire(60, TimeUnit.SECONDS));
|
||||
assertTrue("network connector mbean unregistered within 2 minute", mbeanUnregistered.tryAcquire(120, TimeUnit.SECONDS));
|
||||
|
||||
// let a reconnect succeed
|
||||
proxy.goOn();
|
||||
|
|
Loading…
Reference in New Issue