Skip to content

Commit 1c35c6f

Browse files
Increase verification pod health check timeout for OCP 4.22+
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent dc65e42 commit 1c35c6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • collection/stages/roles/verification/tasks

collection/stages/roles/verification/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
name: tools_cluster_checks
7070
tasks_from: check_pods.yml
7171
vars:
72-
wait_retries: 20
73-
wait_delay: 10
72+
wait_retries: 30
73+
wait_delay: 30
7474

7575
- name: Check cluster alerts
7676
ansible.builtin.include_role:

0 commit comments

Comments
 (0)