mirror of https://github.com/apache/activemq.git
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:
parent
8e3e5839e9
commit
bbd4b33646
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue