mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-6014 - test needs more time in ci. need to figure why it is sooo slow
This commit is contained in:
parent
43c3cae2c0
commit
92d5efc32c
|
@ -172,7 +172,7 @@ public class TopicProducerDurableSubFlowControlTest extends TestCase implements
|
||||||
return !producingThread.isAlive();
|
return !producingThread.isAlive();
|
||||||
|
|
||||||
}
|
}
|
||||||
}, 5 * 60 * 1000));
|
}, 10 * 60 * 1000));
|
||||||
|
|
||||||
for (DurableSubscriptionViewMBean sub : subViews) {
|
for (DurableSubscriptionViewMBean sub : subViews) {
|
||||||
LOG.info("name: " + sub.getSubscriptionName());
|
LOG.info("name: " + sub.getSubscriptionName());
|
||||||
|
|
Loading…
Reference in New Issue