From 921e73471674c2e4bc41722c61cbb51e8a2cc138 Mon Sep 17 00:00:00 2001 From: tusharjadhav3302 Date: Thu, 28 May 2026 18:23:47 +0530 Subject: [PATCH] Increase verification pod health check timeout for OCP 4.22+ Co-authored-by: Cursor --- collection/stages/roles/verification/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collection/stages/roles/verification/tasks/main.yml b/collection/stages/roles/verification/tasks/main.yml index ed7d1930..60821e6a 100644 --- a/collection/stages/roles/verification/tasks/main.yml +++ b/collection/stages/roles/verification/tasks/main.yml @@ -69,8 +69,8 @@ name: tools_cluster_checks tasks_from: check_pods.yml vars: - wait_retries: 20 - wait_delay: 10 + wait_retries: 30 + wait_delay: 30 - name: Check cluster alerts ansible.builtin.include_role: