mirror of https://github.com/apache/activemq.git
DiscoveryNetworkReconnectTest - prevent test failing on slower machines - more fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@900383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ac5e7aa3e
commit
27186c5ce2
|
@ -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));
|
||||
|
||||
// whack all connections
|
||||
proxy.close();
|
||||
|
|
Loading…
Reference in New Issue