Skip to content

Commit

Permalink
[zuul] Bump COO install timeout
Browse files Browse the repository at this point in the history
I can still see errors with COO install timing out even with
50s timeout. I saw a successful PR, where it took 30s for
the CSV to appear. This PR bumps the timeout to 200s.
  • Loading branch information
vyzigold committed Apr 30, 2024
1 parent c3bbd09 commit 6dff25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/create-coo-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
ansible.builtin.command:
cmd:
oc get csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
delay: 5
retries: 10
delay: 10
retries: 20
register: output
until: output.stdout_lines | length != 0

Expand Down

0 comments on commit 6dff25b

Please sign in to comment.