Skip to content

Commit 28bbd88

Browse files
author
Emile Joubert
committed
Relax time constraints for broker restart
1 parent 4f85cbe commit 28bbd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void testExpiryWhenConsumerIsLateToTheParty() throws Exception {
6060
}
6161

6262
public void testRestartingExpiry() throws Exception {
63-
final String restartDelay = "3000";
63+
final String restartDelay = "5000";
6464
declareDurableQueue(TTL_QUEUE_NAME);
6565
bindQueue();
6666
channel.basicPublish(TTL_EXCHANGE, TTL_QUEUE_NAME,

0 commit comments

Comments
 (0)