We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e8ba commit 93ea81bCopy full SHA for 93ea81b
ci/create-coo-subscription.yaml
@@ -37,4 +37,4 @@
37
- name: Wait for the resources to be available
38
ansible.builtin.command:
39
cmd: |
40
- oc wait --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
+ oc wait --timeout=300s --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
0 commit comments