This perf test took way too long.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-11-08 13:20:04 +00:00
parent c2f35a027b
commit 2fa95b3326
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@ import org.apache.activemq.store.kahadaptor.KahaPersistenceAdapter;
*/
public class JournalKahaDurableTopicTest extends SimpleDurableTopicTest {
@Override
protected void setUp() throws Exception {
super.setUp();
sampleCount = 3;
sampleInternal = 10000;
}
protected void configureBroker(BrokerService answer,String uri) throws Exception {
File dataFileDir = new File("target/test-amq-data/perfTest");