mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4196 - extend limit on test for slower hardware
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1518173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65ba623c96
commit
ba2e8d4b07
|
@ -122,7 +122,7 @@ public class ThreeBrokerTempDestDemandSubscriptionCleanupTest extends JmsMultipl
|
|||
threadService.submit(tester);
|
||||
|
||||
threadService.shutdown();
|
||||
assertTrue("executor done on time", threadService.awaitTermination(10l, TimeUnit.SECONDS));
|
||||
assertTrue("executor done on time", threadService.awaitTermination(30l, TimeUnit.SECONDS));
|
||||
|
||||
// for the real test... we should not have any subscriptions left on broker C for the temp dests
|
||||
BrokerItem brokerC = brokers.get(BROKER_C);
|
||||
|
|
Loading…
Reference in New Issue