Repository: qpid-jms Updated Branches: refs/heads/master 1f3403aae -> b5776684a
NO-JIRA Add back test timeout Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b5776684 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/b5776684 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/b5776684 Branch: refs/heads/master Commit: b5776684a9a0cd86b4c1916b29ddbb57861b2c27 Parents: 1f3403a Author: Timothy Bish <[email protected]> Authored: Wed Mar 16 18:01:30 2016 -0400 Committer: Timothy Bish <[email protected]> Committed: Wed Mar 16 18:01:30 2016 -0400 ---------------------------------------------------------------------- .../apache/qpid/jms/provider/failover/FailoverIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/b5776684/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverIntegrationTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverIntegrationTest.java index a173f18..3b79e46 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverIntegrationTest.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverIntegrationTest.java @@ -93,7 +93,7 @@ public class FailoverIntegrationTest extends QpidJmsTestCase { } } - @Test //(timeout = 20000) + @Test(timeout = 20000) public void testFailoverHandlesConnectErrorNotFound() throws Exception { try (TestAmqpPeer originalPeer = new TestAmqpPeer(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
