Skip to content

Commit

Permalink
try fixing the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Jul 15, 2024
1 parent f746bb3 commit deae842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public KafkaExecutable getConsumerMock() {
properties -> mockConsumer,
RetryPolicy.builder()
.handle(Exception.class)
.withDelay(Duration.ofMillis(500))
.withDelay(Duration.ofMillis(50))
.withMaxAttempts(MAX_ATTEMPTS)
.build());
}
Expand Down

0 comments on commit deae842

Please sign in to comment.