mirror of https://github.com/apache/activemq.git
Added timeouts to prevent hangs during CI builds
This commit is contained in:
parent
8f138473de
commit
025c2316d9
|
@ -52,7 +52,7 @@ public class AmqpTransformerTest {
|
|||
private int openwirePort;
|
||||
private static final String TEST_QUEUE = "txqueue";
|
||||
|
||||
@Test
|
||||
@Test(timeout=60 * 1000)
|
||||
public void testNativeTransformation() throws Exception {
|
||||
|
||||
// default is native
|
||||
|
@ -149,7 +149,7 @@ public class AmqpTransformerTest {
|
|||
openwireConn.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(timeout=60 * 1000)
|
||||
public void testJmsTransformation() throws Exception {
|
||||
|
||||
// default is native
|
||||
|
|
Loading…
Reference in New Issue