Skip to content

Commit

Permalink
Set 5 min time limit for cert-manager installation
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Feb 7, 2024
1 parent 46d139e commit e848689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ kind-cluster: ${kind}
.PHONY: bundle-test
bundle-test: ## Build bundles and test locally as described at https://operator-framework.github.io/community-operators/testing-operators/
bundle-test: $(cmctl) bundle-build bundle-push catalog-build catalog-push kind-cluster deploy-olm catalog-deploy subscription-deploy
sed '/install strategy completed/q' < <(kubectl get events --namespace operators --watch)
timeout 5m sed '/install strategy completed/q' < <(kubectl get events --namespace operators --watch)
$(cmctl) check api --wait=5m -v
$(cmctl) version -o yaml

Expand Down

0 comments on commit e848689

Please sign in to comment.