Skip to content

Commit

Permalink
Increase the UserKafkaConsumerTest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp committed Jan 2, 2024
1 parent 08e7312 commit 62e5bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void testLogKafkaMessages() throws JsonProcessingException {
producer.flush();

// Read the message and assert its properties
verify(userKafkaConsumer, timeout(5000).times(1))
verify(userKafkaConsumer, timeout(10000).times(1))
.logKafkaMessages(userArgumentCaptor.capture(), topicArgumentCaptor.capture(),
partitionArgumentCaptor.capture(), offsetArgumentCaptor.capture());

Expand Down

0 comments on commit 62e5bd0

Please sign in to comment.