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:
Gary Tully 2011-11-28 23:31:58 +00:00
parent 395bf82f80
commit 8e0cc676d8
1 changed files with 1 additions and 1 deletions

View File

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