Skip to content

Commit

Permalink
Increase timeout for OCP Upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Balogh <[email protected]>
  • Loading branch information
petr-balogh committed Sep 25, 2024
1 parent f55d445 commit 01ce899
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 01ce899

Please sign in to comment.