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:
Timothy A. Bish 2011-08-20 13:41:02 +00:00
parent cd7fb6974d
commit b9b67d0677
1 changed files with 1 additions and 1 deletions

View File

@ -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());