We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bb671 commit 1feab7dCopy full SHA for 1feab7d
Makefile
@@ -127,7 +127,7 @@ test: manifests generate fmt vet envtest ## Run tests.
127
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
128
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
129
test-e2e: load-kind
130
- go test ./test/e2e/ -v -ginkgo.v
+ go test -timeout=20m ./test/e2e/ -v -ginkgo.v
131
132
.PHONY: lint
133
lint: golangci-lint ## Run golangci-lint linter
0 commit comments