mirror of https://github.com/apache/activemq.git
extend timeout - running too close to the limit for comfort
This commit is contained in:
parent
a2781e3966
commit
521c4fd8c3
|
@ -61,7 +61,7 @@ public class AMQ2910Test extends JmsMultipleClientsTestSupport {
|
||||||
return broker;
|
return broker;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 30 * 1000)
|
@Test(timeout = 60 * 1000)
|
||||||
public void testConcurrentSendToPendingCursor() throws Exception {
|
public void testConcurrentSendToPendingCursor() throws Exception {
|
||||||
final ActiveMQConnectionFactory factory =
|
final ActiveMQConnectionFactory factory =
|
||||||
new ActiveMQConnectionFactory(broker.getTransportConnectors().get(0).getConnectUri());
|
new ActiveMQConnectionFactory(broker.getTransportConnectors().get(0).getConnectUri());
|
||||||
|
|
Loading…
Reference in New Issue