Skip to content

Commit 9b039dc

Browse files
committed
feat: wip
1 parent 44a5602 commit 9b039dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ vet: ## Run go vet against code.
110110

111111
.PHONY: test
112112
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
113+
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
114114

115115
# TODO(user): To use a different vendor for e2e tests, modify the setup under 'tests/e2e'.
116116
# The default setup assumes Kind is pre-installed and builds/loads the Manager Docker image locally.

0 commit comments

Comments
 (0)