mirror of https://github.com/apache/activemq.git
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:
parent
c2f35a027b
commit
2fa95b3326
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue