git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1513609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-08-13 18:31:42 +00:00
parent 7c50c1c736
commit 7e28d2a948
1 changed files with 2 additions and 2 deletions

View File

@ -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) {