Repository: activemq
Updated Branches:
  refs/heads/master 43c3cae2c -> 92d5efc32


https://issues.apache.org/jira/browse/AMQ-6014 - test needs more time in ci. 
need to figure why it is sooo slow


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

Branch: refs/heads/master
Commit: 92d5efc32ca79b23225a2fa5225fe07083a0c3e5
Parents: 43c3cae
Author: gtully <[email protected]>
Authored: Wed Oct 21 13:06:13 2015 +0100
Committer: gtully <[email protected]>
Committed: Wed Oct 21 13:06:13 2015 +0100

----------------------------------------------------------------------
 .../activemq/usecases/TopicProducerDurableSubFlowControlTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/92d5efc3/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TopicProducerDurableSubFlowControlTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TopicProducerDurableSubFlowControlTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TopicProducerDurableSubFlowControlTest.java
index 9bc7c11..626de2a 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TopicProducerDurableSubFlowControlTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/TopicProducerDurableSubFlowControlTest.java
@@ -172,7 +172,7 @@ public class TopicProducerDurableSubFlowControlTest extends 
TestCase implements
                 return !producingThread.isAlive();
 
             }
-        }, 5 * 60 * 1000));
+        }, 10 * 60 * 1000));
 
         for (DurableSubscriptionViewMBean sub : subViews) {
             LOG.info("name: " + sub.getSubscriptionName());

Reply via email to