diff --git a/Makefile b/Makefile index 3861ce8..b423bbe 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build: .PHONY: test test: - go test -v ./... + go test -v -timeout=5m ./... go vet -v .PHONY: check-gofmt