mirror of https://github.com/apache/activemq.git
Added timeouts because of CI hangs
This commit is contained in:
parent
dacc03747d
commit
4cc526112e
|
@ -53,7 +53,7 @@ public class QueueBridgeStandaloneReconnectTest {
|
||||||
|
|
||||||
private final ArrayList<Connection> connections = new ArrayList<Connection>();
|
private final ArrayList<Connection> connections = new ArrayList<Connection>();
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 60 * 1000)
|
||||||
public void testSendAndReceiveOverConnectedBridges() throws Exception {
|
public void testSendAndReceiveOverConnectedBridges() throws Exception {
|
||||||
|
|
||||||
startLocalBroker();
|
startLocalBroker();
|
||||||
|
@ -91,7 +91,7 @@ public class QueueBridgeStandaloneReconnectTest {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 60 * 1000)
|
||||||
public void testSendAndReceiveOverBridgeWhenStartedBeforeBrokers() throws Exception {
|
public void testSendAndReceiveOverBridgeWhenStartedBeforeBrokers() throws Exception {
|
||||||
|
|
||||||
jmsQueueConnector.start();
|
jmsQueueConnector.start();
|
||||||
|
@ -136,7 +136,7 @@ public class QueueBridgeStandaloneReconnectTest {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 60 * 1000)
|
||||||
public void testSendAndReceiveOverBridgeWithRestart() throws Exception {
|
public void testSendAndReceiveOverBridgeWithRestart() throws Exception {
|
||||||
|
|
||||||
startLocalBroker();
|
startLocalBroker();
|
||||||
|
|
Loading…
Reference in New Issue