mirror of https://github.com/apache/activemq.git
reduce the duration of this test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1207699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
395bf82f80
commit
8e0cc676d8
|
@ -57,7 +57,7 @@ public class AMQ2413Test extends CombinationTestSupport implements MessageListen
|
|||
private ActiveMQConnectionFactory factory;
|
||||
|
||||
private static final int HANG_THRESHOLD = 60;
|
||||
private static final int SEND_COUNT = 10000;
|
||||
private static final int SEND_COUNT = 1000;
|
||||
private static final int RECEIVER_THINK_TIME = 1;
|
||||
private static final int CONSUMER_COUNT = 1;
|
||||
private static final int PRODUCER_COUNT = 50;
|
||||
|
|
Loading…
Reference in New Issue