add a little more stress to the testManyProducersManyConsumers() test

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@490798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2006-12-28 20:55:56 +00:00
parent e5efc58cd4
commit 974ec34df5
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ public class TopicSubscriptionTest extends QueueSubscriptionTest {
} }
public void testManyProducersManyConsumers() throws Exception { public void testManyProducersManyConsumers() throws Exception {
consumerCount = 20; consumerCount = 40;
producerCount = 20; producerCount = 20;
messageCount = 50; messageCount = 100;
messageSize = 1; messageSize = 1;
prefetchCount = 10; prefetchCount = 10;