Skip to content

Commit

Permalink
updates e2e tests timeout for 20 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: f41gh7 <nik@victoriametrics.com>
  • Loading branch information
f41gh7 committed Sep 25, 2024
1 parent d6bb671 commit 1feab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test: manifests generate fmt vet envtest ## Run tests.
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
test-e2e: load-kind
go test ./test/e2e/ -v -ginkgo.v
go test -timeout=20m ./test/e2e/ -v -ginkgo.v

.PHONY: lint
lint: golangci-lint ## Run golangci-lint linter
Expand Down

0 comments on commit 1feab7d

Please sign in to comment.