You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2016/03/16 23:01:40 UTC

qpid-jms git commit: NO-JIRA Add back test timeout

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 <ta...@gmail.com>
Authored: Wed Mar 16 18:01:30 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org