Skip to content

Commit 584def5

Browse files
Merge pull request #685 from openstack-k8s-operators/efoley/increase_timeout_on_cco_install
[ci] Increase timeout in COO install
2 parents dfdb0b8 + ab55437 commit 584def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/create-coo-subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
cmd:
2424
oc get csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
2525
delay: 10
26-
retries: 20
26+
retries: 60
2727
register: output
2828
until: output.stdout_lines | length != 0
2929

0 commit comments

Comments
 (0)