Skip to content

Commit

Permalink
[zuul] Bump COO install wait time
Browse files Browse the repository at this point in the history
Bump the COO install wait time from 20 sec to 50 sec after
recent CI failures.
  • Loading branch information
vyzigold committed Apr 29, 2024
1 parent 1b2235e commit 40f45d6
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 40f45d6

Please sign in to comment.