Skip to content

Commit

Permalink
Merge pull request #10572 from petr-balogh/increase-health-ocp-upgrad…
Browse files Browse the repository at this point in the history
…e-timeout

Increase timeout for OCP Upgrade
  • Loading branch information
petr-balogh authored Oct 9, 2024
2 parents 1d0e607 + 01ce899 commit 5c4ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/upgrade/test_upgrade_ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_upgrade_ocp(self, reduce_and_resume_cluster_load):
new_ceph_cluster.wait_for_rebalance(timeout=3000)
ct_pod = get_ceph_tools_pod()
try:
ceph_health_check(tries=160, delay=30)
ceph_health_check(tries=240, delay=30)
except CephHealthException as err:
if "daemons have recently crashed" in str(err):
logger.error(err)
Expand Down

0 comments on commit 5c4ed11

Please sign in to comment.