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:
James Strachan 2006-01-05 16:39:32 +00:00
parent f9db4423b1
commit b543609252
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}