mirror of https://github.com/apache/activemq.git
Fixing test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@661432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8573072a6f
commit
b6dc8eeba7
|
@ -34,7 +34,7 @@ public class TwoMulticastDiscoveryBrokerTopicSendReceiveTest extends TwoBrokerTo
|
|||
}
|
||||
|
||||
protected void setUp() throws Exception{
|
||||
System.setProperty("groupId", getClass().getName()+"+"+System.currentTimeMillis());
|
||||
System.setProperty("groupId", getClass().getName()+"-"+System.currentTimeMillis());
|
||||
messageCount = 100000;
|
||||
super.setUp();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue