Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth committed Oct 16, 2024
1 parent a5b851e commit 193f969
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def test_consumer_topicpartition_metadata(kafka_cluster):
consumer_conf = {'group.id': 'pytest'}

c = kafka_cluster.consumer(consumer_conf)
time.sleep(2)
c.subscribe([topic])
time.sleep(5)

# Commit without any metadata.
metadata = None
Expand Down

0 comments on commit 193f969

Please sign in to comment.