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
This commit is contained in:
Gary Tully 2011-10-27 13:03:02 +00:00
parent 90af5c59e8
commit cf33916c6e
1 changed files with 1 additions and 1 deletions

View File

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