give test more time, was teetering on the limit locally with some builds

This commit is contained in:
gtully 2015-07-17 13:40:33 +01:00
parent 7c116631b5
commit e0c2c177c2
1 changed files with 1 additions and 1 deletions

View File

@ -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();