You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2016/03/09 23:14:42 UTC

[2/2] activemq git commit: extend timeout - running too close to the limit for comfort

extend timeout - running too close to the limit for comfort


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/521c4fd8
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/521c4fd8
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/521c4fd8

Branch: refs/heads/master
Commit: 521c4fd8c31a88575f80659e9b84f016b22087ea
Parents: a2781e3
Author: gtully <ga...@gmail.com>
Authored: Wed Mar 9 21:50:44 2016 +0000
Committer: gtully <ga...@gmail.com>
Committed: Wed Mar 9 22:13:46 2016 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/activemq/bugs/AMQ2910Test.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/521c4fd8/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2910Test.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2910Test.java b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2910Test.java
index f665431..9fec7ce 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2910Test.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2910Test.java
@@ -61,7 +61,7 @@ public class AMQ2910Test extends JmsMultipleClientsTestSupport {
         return broker;
     }
 
-    @Test(timeout = 30 * 1000)
+    @Test(timeout = 60 * 1000)
     public void testConcurrentSendToPendingCursor() throws Exception {
         final ActiveMQConnectionFactory factory =
                 new ActiveMQConnectionFactory(broker.getTransportConnectors().get(0).getConnectUri());