Added timeouts because of CI hangs

This commit is contained in:
Kevin Earls 2014-02-06 10:00:24 +01:00
parent dacc03747d
commit 4cc526112e
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ public class QueueBridgeStandaloneReconnectTest {
private final ArrayList<Connection> connections = new ArrayList<Connection>();
@Test
@Test(timeout = 60 * 1000)
public void testSendAndReceiveOverConnectedBridges() throws Exception {
startLocalBroker();
@ -91,7 +91,7 @@ public class QueueBridgeStandaloneReconnectTest {
}));
}
@Test
@Test(timeout = 60 * 1000)
public void testSendAndReceiveOverBridgeWhenStartedBeforeBrokers() throws Exception {
jmsQueueConnector.start();
@ -136,7 +136,7 @@ public class QueueBridgeStandaloneReconnectTest {
}));
}
@Test
@Test(timeout = 60 * 1000)
public void testSendAndReceiveOverBridgeWithRestart() throws Exception {
startLocalBroker();