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