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 0d25127 commit 49a25beCopy full SHA for 49a25be
src/test/java/com/rabbitmq/client/test/functional/DeadLetterExchange.java
@@ -34,7 +34,7 @@ public class DeadLetterExchange extends BrokerTestCase {
34
public static final String DLQ = "queue.dlq";
35
private static final String DLQ2 = "queue.dlq2";
36
public static final int MSG_COUNT = 10;
37
- private static final int TTL = 1000;
+ private static final int TTL = 2000;
38
39
@Override
40
protected void createResources() throws IOException {
0 commit comments