mirror of https://github.com/apache/activemq.git
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:
parent
90af5c59e8
commit
cf33916c6e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue