You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2006/12/28 21:55:57 UTC

svn commit: r490798 - /incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java

Author: rajdavies
Date: Thu Dec 28 12:55:56 2006
New Revision: 490798

URL: http://svn.apache.org/viewvc?view=rev&rev=490798
Log:
add a little more stress to the testManyProducersManyConsumers() test

Modified:
    incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java

Modified: incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java?view=diff&rev=490798&r1=490797&r2=490798
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java (original)
+++ incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/TopicSubscriptionTest.java Thu Dec 28 12:55:56 2006
@@ -26,9 +26,9 @@
     }
 
     public void testManyProducersManyConsumers() throws Exception {
-        consumerCount = 20;
+        consumerCount = 40;
         producerCount = 20;
-        messageCount  = 50;
+        messageCount  = 100;
         messageSize   = 1; 
         prefetchCount = 10;