Skip to content

Commit 847740b

Browse files
author
Simon MacMullen
committed
HA queues are a little slower.
1 parent bb9a258 commit 847740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ private void sleep(long millis) {
382382
publication time + TTL + latency */
383383
private void checkPromptArrival(QueueingConsumer c,
384384
int count, long latency) throws Exception {
385-
long epsilon = TTL / 100;
385+
long epsilon = TTL / 50;
386386
for (int i = 0; i < count; i++) {
387387
Delivery d = c.nextDelivery(TTL + TTL + latency + epsilon);
388388
assertNotNull("message #" + i + " did not expire", d);

0 commit comments

Comments
 (0)