mirror of https://github.com/apache/activemq.git
give test more time, was teetering on the limit locally with some builds
This commit is contained in:
parent
7c116631b5
commit
e0c2c177c2
|
@ -66,7 +66,7 @@ public class AMQ2512Test {
|
|||
private Connection connection;
|
||||
private String connectionURI;
|
||||
|
||||
@Test(timeout = 60000)
|
||||
@Test(timeout = 5*60000)
|
||||
public void testKahaDBFailure() throws Exception {
|
||||
final ConnectionFactory fac = new ActiveMQConnectionFactory(connectionURI);
|
||||
connection = fac.createConnection();
|
||||
|
|
Loading…
Reference in New Issue