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 4f85cbe commit 28bbd88Copy full SHA for 28bbd88
test/src/com/rabbitmq/client/test/functional/PerMessageTTL.java
@@ -60,7 +60,7 @@ public void testExpiryWhenConsumerIsLateToTheParty() throws Exception {
60
}
61
62
public void testRestartingExpiry() throws Exception {
63
- final String restartDelay = "3000";
+ final String restartDelay = "5000";
64
declareDurableQueue(TTL_QUEUE_NAME);
65
bindQueue();
66
channel.basicPublish(TTL_EXCHANGE, TTL_QUEUE_NAME,
0 commit comments