Skip to content

Commit

Permalink
Merge pull request #380 from vyzigold/bump_coo_install_wait_time
Browse files Browse the repository at this point in the history
[zuul] Bump COO install timeout
  • Loading branch information
openshift-merge-bot[bot] authored Apr 30, 2024
2 parents 7b65f26 + 6dff25b commit 50188dd
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 50188dd

Please sign in to comment.