Skip to content

Commit 49a25be

Browse files
committed
Increase TTL in dead lettering tests
Those fail sometimes on CI, increasing TTL can help on slow-ish environment. (cherry picked from commit 44c3ca2)
1 parent 0d25127 commit 49a25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class DeadLetterExchange extends BrokerTestCase {
3434
public static final String DLQ = "queue.dlq";
3535
private static final String DLQ2 = "queue.dlq2";
3636
public static final int MSG_COUNT = 10;
37-
private static final int TTL = 1000;
37+
private static final int TTL = 2000;
3838

3939
@Override
4040
protected void createResources() throws IOException {

0 commit comments

Comments
 (0)