Skip to content

Commit e4a2695

Browse files
NewtonChutneyjhutar
authored andcommitted
increase timeout in skip-to-end script
1 parent 1f5336a commit e4a2695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extras/opl/skip_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def doit_seek_to_end(args):
2626
# Seek to end
2727
for attempt in range(10):
2828
try:
29-
consumer.poll(timeout_ms=0)
29+
consumer.poll(timeout_ms=5000)
3030
consumer.seek_to_end()
3131
except AssertionError as e:
3232
logging.warning(f"Retrying as seek to end failed with: {e}")

0 commit comments

Comments
 (0)