mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1513609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c50c1c736
commit
7e28d2a948
|
@ -55,7 +55,7 @@ public class StompLoadTest extends StompTestSupport {
|
|||
private AtomicInteger receiveCount;
|
||||
|
||||
@Override
|
||||
protected void addStompConnector() throws Exception {
|
||||
protected void addStompConnector() throws Exception {
|
||||
TransportConnector connector = brokerService.addConnector("stomp://0.0.0.0:"+port);
|
||||
port = connector.getConnectUri().getPort();
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ public class StompLoadTest extends StompTestSupport {
|
|||
}
|
||||
}
|
||||
|
||||
@Test(timeout=20*60*1000*1000)
|
||||
@Test(timeout=5*60*1000)
|
||||
public void testStompUnloadLoad() throws Exception {
|
||||
|
||||
for (int i = 0; i < TASK_COUNT; ++i) {
|
||||
|
|
Loading…
Reference in New Issue