NO-JIRA Adding timeout into AmqpReplicatedLargeMessageTest
This commit is contained in:
parent
a4489a322e
commit
31e72c6cbb
|
@ -75,7 +75,7 @@ public class AmqpReplicatedLargeMessageTest extends AmqpReplicatedTestSupport {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 60_000)
|
||||||
public void testSimpleSend() throws Exception {
|
public void testSimpleSend() throws Exception {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue