mirror of https://github.com/apache/activemq.git
increased the number of messages in the test
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9db4423b1
commit
b543609252
|
@ -23,7 +23,7 @@ package org.apache.activemq.usecases;
|
|||
public class TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest extends TwoBrokerTopicSendReceiveUsingTcpTest {
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
this.messageCount = 2000;
|
||||
this.messageCount = 5000;
|
||||
super.setUp();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue