Skip to content

Commit

Permalink
Merge pull request redpanda-data#13217 from vbotbuildovich/backport-p…
Browse files Browse the repository at this point in the history
…r-12127-v22.3.x-513

[v22.3.x] ducktape: extend timeout in timequery_test
  • Loading branch information
piyushredpanda authored Nov 4, 2023
2 parents 97734d0 + 727c3c0 commit 629d622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/timequery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def start_offset():
return next(rpk.describe_topic(topic.name)).start_offset

wait_until(lambda: start_offset() > 0,
timeout_sec=60,
timeout_sec=120,
backoff_sec=5,
err_msg="Start offset did not advance")

Expand Down

0 comments on commit 629d622

Please sign in to comment.