Skip to content

Commit

Permalink
Merge pull request #11296 from vasudha786/vasudha_test_add_capacity_n…
Browse files Browse the repository at this point in the history
…ode_restart

Increasing timeout of re-balance with IBM Cloud managed Cluster
  • Loading branch information
petr-balogh authored Feb 10, 2025
2 parents 4b9ae92 + a036fa5 commit 1bd37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ def is_flexible_scaling_enabled():


def check_ceph_health_after_add_capacity(
ceph_health_tries=80, ceph_rebalance_timeout=1800
ceph_health_tries=80, ceph_rebalance_timeout=2400
):
"""
Check Ceph health after adding capacity to the cluster
Expand Down

0 comments on commit 1bd37c4

Please sign in to comment.