From 40f45d620ef52dd73dcc5cd5c841d0b3f59cbe4d Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Mon, 29 Apr 2024 04:00:39 -0400 Subject: [PATCH] [zuul] Bump COO install wait time Bump the COO install wait time from 20 sec to 50 sec after recent CI failures. --- ci/create-coo-subscription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/create-coo-subscription.yaml b/ci/create-coo-subscription.yaml index 3c7a388c..adeba211 100644 --- a/ci/create-coo-subscription.yaml +++ b/ci/create-coo-subscription.yaml @@ -29,7 +29,7 @@ ansible.builtin.command: cmd: oc get csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators - delay: 2 + delay: 5 retries: 10 register: output until: output.stdout_lines | length != 0