reduce duration

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1207715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-11-29 00:11:02 +00:00
parent c70952723c
commit 21541daf84
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class QueueDuplicatesFromStoreTest extends TestCase {
final int ackWindow = 50;
final int ackBatchSize = 50;
final int fullWindow = 200;
protected int count = 20000;
protected int count = 5000;
public void setUp() throws Exception {
brokerService = createBroker();