mirror of https://github.com/apache/activemq.git
apply patch for: https://issues.apache.org/jira/browse/AMQ-4307
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1444194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94b9d551b7
commit
d9db37ee95
|
@ -63,7 +63,7 @@ public class HttpClientReconnectTest {
|
|||
broker.stop();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(timeout=120000)
|
||||
public void testReconnectClient() throws Exception {
|
||||
for (int i = 0; i < 100; i++) {
|
||||
sendAndReceiveMessage(i);
|
||||
|
|
Loading…
Reference in New Issue