Skip to content

Commit 1feab7d

Browse files
committed
updates e2e tests timeout for 20 minutes
Signed-off-by: f41gh7 <nik@victoriametrics.com>
1 parent d6bb671 commit 1feab7d

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
@@ -127,7 +127,7 @@ test: manifests generate fmt vet envtest ## Run tests.
127127
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
128128
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
129129
test-e2e: load-kind
130-
go test ./test/e2e/ -v -ginkgo.v
130+
go test -timeout=20m ./test/e2e/ -v -ginkgo.v
131131

132132
.PHONY: lint
133133
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)