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:
Bosanac Dejan 2010-01-18 13:15:23 +00:00
parent 2ac5e7aa3e
commit 27186c5ce2
1 changed files with 1 additions and 1 deletions

View File

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