Skip to content

Commit

Permalink
kso-issue-376: Increase timeout for e2e test to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Feb 6, 2024
1 parent f010909 commit 7c3f549
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 @@ -347,7 +347,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 -timeout 30m
go test ./test/e2e/* -v -ginkgo.v -timeout 60m

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

0 comments on commit 7c3f549

Please sign in to comment.