mirror of https://github.com/apache/activemq.git
See if a bit more time allows the file based version of the test to receive, persist and then expire the messages on the slow build machine.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd7fb6974d
commit
b9b67d0677
|
@ -161,7 +161,7 @@ public class ExpiredMessagesWithNoConsumerTest extends CombinationTestSupport {
|
|||
+ ", size= " + view.getQueueSize());
|
||||
return sendCount == view.getExpiredCount();
|
||||
}
|
||||
}, Wait.MAX_WAIT_MILLIS * 5);
|
||||
}, Wait.MAX_WAIT_MILLIS * 10);
|
||||
LOG.info("enqueue=" + view.getEnqueueCount() + ", dequeue=" + view.getDequeueCount()
|
||||
+ ", inflight=" + view.getInFlightCount() + ", expired= " + view.getExpiredCount()
|
||||
+ ", size= " + view.getQueueSize());
|
||||
|
|
Loading…
Reference in New Issue