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 a57fc4b commit 8d84a05Copy full SHA for 8d84a05
test/src/com/rabbitmq/client/test/functional/PerQueueTTL.java
@@ -185,7 +185,7 @@ public void testExpiryWithRequeueAfterConsume() throws Exception {
185
channel.basicConsume(TTL_QUEUE_NAME, c);
186
187
publish(MSG[0]);
188
- assertNotNull(c.nextDelivery());
+ assertNotNull(c.nextDelivery(100));
189
190
closeChannel();
191
Thread.sleep(150);
0 commit comments