Skip to content

Commit

Permalink
Merge pull request #19812 from vbotbuildovich/backport-pr-18468-v23.2…
Browse files Browse the repository at this point in the history
….x-227

[v23.2.x] t/fetch_test: wait longer for leadership after stepping down
  • Loading branch information
michael-redpanda committed Jun 12, 2024
2 parents d7b2baf + dd33ef5 commit 7ebdc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/server/tests/fetch_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ FIXTURE_TEST(fetch_leader_epoch, redpanda_thread_fixture) {
.get0();
}
partition->raft()->step_down("trigger epoch change").get0();
wait_for_leader(ntp).get0();
wait_for_leader(ntp, 10s).get0();
{
auto batches = model::test::make_random_batches(
model::offset(0), 5);
Expand Down

0 comments on commit 7ebdc0a

Please sign in to comment.