You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2013/08/28 14:08:33 UTC

svn commit: r1518173 - /activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java

Author: gtully
Date: Wed Aug 28 12:08:32 2013
New Revision: 1518173

URL: http://svn.apache.org/r1518173
Log:
https://issues.apache.org/jira/browse/AMQ-4196 - extend limit on test for slower hardware

Modified:
    activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java

Modified: activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java?rev=1518173&r1=1518172&r2=1518173&view=diff
==============================================================================
--- activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java (original)
+++ activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ThreeBrokerTempDestDemandSubscriptionCleanupTest.java Wed Aug 28 12:08:32 2013
@@ -122,7 +122,7 @@ public class ThreeBrokerTempDestDemandSu
         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);