We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9a258 commit 847740bCopy full SHA for 847740b
test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java
@@ -382,7 +382,7 @@ private void sleep(long millis) {
382
publication time + TTL + latency */
383
private void checkPromptArrival(QueueingConsumer c,
384
int count, long latency) throws Exception {
385
- long epsilon = TTL / 100;
+ long epsilon = TTL / 50;
386
for (int i = 0; i < count; i++) {
387
Delivery d = c.nextDelivery(TTL + TTL + latency + epsilon);
388
assertNotNull("message #" + i + " did not expire", d);
0 commit comments