Skip to content

Commit

Permalink
fix: Bump timeout for migrate kafka tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Nov 1, 2023
1 parent 0813b0a commit 50add8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _wait_for_message(topic: str, key: str):
)

try:
messages_by_topic = new_kafka_consumer.poll(timeout_ms=1000)
messages_by_topic = new_kafka_consumer.poll(timeout_ms=10000)

if not messages_by_topic:
return
Expand Down

0 comments on commit 50add8f

Please sign in to comment.