extend timeout - running too close to the limit for comfort

This commit is contained in:
gtully 2016-03-09 21:50:44 +00:00
parent a2781e3966
commit 521c4fd8c3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class AMQ2910Test extends JmsMultipleClientsTestSupport {
return broker;
}
@Test(timeout = 30 * 1000)
@Test(timeout = 60 * 1000)
public void testConcurrentSendToPendingCursor() throws Exception {
final ActiveMQConnectionFactory factory =
new ActiveMQConnectionFactory(broker.getTransportConnectors().get(0).getConnectUri());