Skip to content

Commit

Permalink
tests/features: increase timeout waiting for feature update
Browse files Browse the repository at this point in the history
Since now leader is elected earlier there is a race condition in
updating Health Report when a single node starts. Made the timeout
longer to allow the `feature_manager` to retry activating cluster
version.

Signed-off-by: Michal Maslanka <[email protected]>
  • Loading branch information
mmaslankaprv committed Jun 13, 2023
1 parent 79a3ae0 commit 241108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/cluster_features_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def test_upgrade(self):
self.redpanda.restart_nodes([self.redpanda.nodes[0]])
wait_until(lambda: self.head_latest_logical_version == self.admin.
get_features()['cluster_version'],
timeout_sec=5,
timeout_sec=10,
backoff_sec=1)


Expand Down

0 comments on commit 241108f

Please sign in to comment.