On really slow machine this test can take a bit longer than the current timeout.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1085539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-03-25 19:48:32 +00:00
parent 8e3e5839e9
commit bbd4b33646
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class ProxyFailoverTest extends TestCase {
ConsumerThread consumer = new ConsumerThread(consumerSession, consumerSession.createQueue("ProxyTest"));
consumer.start();
Thread.sleep(5000);
Thread.sleep(10*1000);
remoteBroker.stop();
remoteBroker.waitUntilStopped();