diff --git a/Makefile b/Makefile index c83d4526bd..4dd5c83398 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ generate-bsd-licenses: check-git .PHONY: test test: check-go - go test -race -shuffle=on -coverprofile coverage.out -timeout 20m `go list ./... | grep -v e2e` + go test -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e` .PHONY: fuzz-test fuzz-test: check-go