diff --git a/tests/e2e/Makefile b/tests/e2e/Makefile index b87d77324..6fccb6881 100644 --- a/tests/e2e/Makefile +++ b/tests/e2e/Makefile @@ -58,7 +58,7 @@ ifdef CI_ENV endif all: - go test -test.timeout=480m -v $(TEST_ARGS); + go test -test.timeout=120m -v $(TEST_ARGS); lint: @go fmt ./... @goimports -w ./