We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a5602 commit 9b039dcCopy full SHA for 9b039dc
Makefile
@@ -110,7 +110,7 @@ vet: ## Run go vet against code.
110
111
.PHONY: test
112
test: manifests generate fmt vet setup-envtest ## Run tests.
113
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out -timeout 3600s
114
115
# TODO(user): To use a different vendor for e2e tests, modify the setup under 'tests/e2e'.
116
# The default setup assumes Kind is pre-installed and builds/loads the Manager Docker image locally.
0 commit comments