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 7575175 commit ac42da5Copy full SHA for ac42da5
src/test/java/com/rabbitmq/stream/impl/StreamConsumerTest.java
@@ -385,7 +385,7 @@ void consumerShouldReUseInitialOffsetSpecificationAfterDisruptionIfNoMessagesRec
385
386
// the consumer should restart consuming with its initial offset spec, "next"
387
try {
388
- latchAssert(consumeLatch).completes();
+ latchAssert(consumeLatch).completes(recoveryInitialDelay.multipliedBy(2));
389
assertThat(bodies).hasSize(1).contains("second wave");
390
} finally {
391
keepPublishing.set(false);
0 commit comments