mirror of https://github.com/apache/activemq.git
Increased timeout on testSendHugeMessage, fix for AMQ-5036
This commit is contained in:
parent
0c4790bb94
commit
e80cb78616
|
@ -75,7 +75,7 @@ public class AMQ4914Test extends AmqpTestSupport {
|
|||
doTestSendLargeMessage(65536 * 4);
|
||||
}
|
||||
|
||||
@Test(timeout = 2 * 60 * 1000)
|
||||
@Test(timeout = 5 * 60 * 1000)
|
||||
public void testSendHugeMessage() throws JMSException {
|
||||
doTestSendLargeMessage(1024 * 1024 * 10);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue