Skip to content

Commit c2a1b44

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 4cb5861 commit c2a1b44

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
@@ -35,7 +35,7 @@ public class DeadLetterExchange extends BrokerTestCase {
3535
public static final String DLQ = "queue.dlq";
3636
private static final String DLQ2 = "queue.dlq2";
3737
public static final int MSG_COUNT = 10;
38-
private static final int TTL = 1000;
38+
private static final int TTL = 2000;
3939

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

0 commit comments

Comments
 (0)