From e8486890fdeacaad565262d5ad101e1564197c81 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 7 Feb 2024 10:20:35 +0000 Subject: [PATCH] Set 5 min time limit for cert-manager installation Signed-off-by: Richard Wall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6dda0c..2eafa94 100644 --- a/Makefile +++ b/Makefile @@ -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