Skip to content

Commit

Permalink
tests: increase wait_for_racks timeout in leadership_transfer_test
Browse files Browse the repository at this point in the history
Give more time for muted groups to unmute.
  • Loading branch information
ztlpn committed Dec 4, 2024
1 parent 5695541 commit 049e258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/rptest/tests/leadership_transfer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_leadership_pinning(self):
"foo": {"A"},
"bar": {"B", "C"}
},
timeout_sec=30)
timeout_sec=60)

# Decrease idle timeout to not wait too long after nodes are killed
self.redpanda.set_cluster_config({"enable_leader_balancer": False})
Expand Down Expand Up @@ -504,7 +504,7 @@ def test_leadership_pinning(self):
"bar": {"C"}
},
check_balance=False,
timeout_sec=30)
timeout_sec=60)

self.logger.info("unset topic configs")

Expand All @@ -515,7 +515,7 @@ def test_leadership_pinning(self):
"foo": {"A"},
"bar": {"A"}
},
timeout_sec=30)
timeout_sec=60)

self.logger.info("unset default preference")

Expand Down

0 comments on commit 049e258

Please sign in to comment.