Skip to content

Commit

Permalink
Merge pull request #379 from vyzigold/bump_coo_install_wait_time
Browse files Browse the repository at this point in the history
[zuul] Bump COO install wait time
  • Loading branch information
openshift-merge-bot[bot] authored Apr 29, 2024
2 parents 1b2235e + 40f45d6 commit 40ac289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/create-coo-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ac289

Please sign in to comment.