We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3616891 commit 1eccf3eCopy full SHA for 1eccf3e
test/src/com/rabbitmq/client/test/functional/PerMessageTTL.java
@@ -46,10 +46,10 @@ public void testExpiryWhenConsumerIsLateToTheParty() throws Exception {
46
declareAndBindQueue(3000);
47
48
publish(MSG[0]);
49
- this.sessionTTL = 30 * 1000;
+ this.sessionTTL = 1000;
50
publish(MSG[1]);
51
52
- Thread.sleep(5000);
+ Thread.sleep(1000);
53
54
QueueingConsumer c = new QueueingConsumer(channel);
55
channel.basicConsume(TTL_QUEUE_NAME, c);
0 commit comments