Skip to content

Commit

Permalink
test: fix test script on ocp (#427)
Browse files Browse the repository at this point in the history
Add timeout when check installation status of obo
  • Loading branch information
lihongyan1 authored Feb 26, 2024
1 parent 5b7dfd7 commit 9d1ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-e2e-ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_obo() {
oc apply -f ./hack/olm/subscription.yaml

oc -n "$OPERATORS_NS" wait --for=condition=CatalogSourcesUnhealthy=False \
subscription.operators.coreos.com observability-operator
subscription.operators.coreos.com observability-operator --timeout=60s

ok "ObO subscription is ready"
}
Expand Down

0 comments on commit 9d1ac9b

Please sign in to comment.