Skip to content

Commit

Permalink
Increase E2E test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jan 11, 2024
1 parent 7d88809 commit c6a8293
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 @@ -346,7 +346,7 @@ generate-all: generate generate-deploy bundle addheaders vet fmt

.PHONY: test-e2e # You will need to have a Minikube/Kind cluster up in running to run this target, and run container-builder before the test
test-e2e: install-operator-sdk
go test ./test/e2e/* -v -ginkgo.v
go test ./test/e2e/* -v -ginkgo.v -timeout 30m

.PHONY: before-pr
before-pr: test generate-all

0 comments on commit c6a8293

Please sign in to comment.