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:
Gary Tully 2013-08-28 12:08:32 +00:00
parent 65ba623c96
commit ba2e8d4b07
1 changed files with 1 additions and 1 deletions

View File

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