Skip to content

Commit 62e221c

Browse files
Merge pull request #13216 from vbotbuildovich/backport-pr-12127-v23.1.x-983
[v23.1.x] ducktape: extend timeout in timequery_test
2 parents a8efc63 + bcea4fc commit 62e221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rptest/tests/timequery_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def start_offset():
233233
return next(rpk.describe_topic(topic.name)).start_offset
234234

235235
wait_until(lambda: start_offset() > 0,
236-
timeout_sec=60,
236+
timeout_sec=120,
237237
backoff_sec=5,
238238
err_msg="Start offset did not advance")
239239

0 commit comments

Comments
 (0)