Repository: activemq Updated Branches: refs/heads/master 7c116631b -> e0c2c177c
give test more time, was teetering on the limit locally with some builds Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e0c2c177 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e0c2c177 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e0c2c177 Branch: refs/heads/master Commit: e0c2c177c2b9fd65bacefcc414669c114f2ad1e0 Parents: 7c11663 Author: gtully <[email protected]> Authored: Fri Jul 17 13:40:33 2015 +0100 Committer: gtully <[email protected]> Committed: Fri Jul 17 13:40:33 2015 +0100 ---------------------------------------------------------------------- .../src/test/java/org/apache/activemq/bugs/AMQ2512Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/e0c2c177/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java index a290549..a9503e6 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2512Test.java @@ -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();
