mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-1112 - returning to the default wait timout
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@812039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5510065ef1
commit
0cdda142d7
|
@ -138,7 +138,7 @@ public class ExpiredMessagesWithNoConsumerTest extends CombinationTestSupport {
|
|||
public boolean isSatisified() throws Exception {
|
||||
return sendCount == view.getExpiredCount();
|
||||
}
|
||||
}, 5*1000l);
|
||||
});
|
||||
LOG.info("enqueue=" + view.getEnqueueCount() + ", dequeue=" + view.getDequeueCount()
|
||||
+ ", inflight=" + view.getInFlightCount() + ", expired= " + view.getExpiredCount()
|
||||
+ ", size= " + view.getQueueSize());
|
||||
|
|
Loading…
Reference in New Issue