From cf33916c6e9ea519694cfa2878bf55d8f9e20b41 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Thu, 27 Oct 2011 13:03:02 +0000 Subject: [PATCH] this test takes too long in hudson, reduce the amount of messages processed, quantity does not add much to the test git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1189734 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/activemq/bugs/DurableConsumerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java b/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java index e20ddcf8af..d273dffb20 100755 --- a/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java +++ b/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java @@ -64,7 +64,7 @@ import org.slf4j.LoggerFactory; */ public class DurableConsumerTest extends CombinationTestSupport{ private static final Logger LOG = LoggerFactory.getLogger(DurableConsumerTest.class); - private static int COUNT = 1024 * 60; + private static int COUNT = 1024 * 10; private static String CONSUMER_NAME = "DURABLE_TEST"; protected BrokerService broker;