diff --git a/Makefile b/Makefile index 8633d383..97bc876e 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ mocks: ## generates mocks go generate ./... tests: ## runs all tests - go test -race ./... -timeout=30s + go test -race ./... -timeout=1m tests-cover: ## run all tests with test coverge go test -race ./... -coverprofile=coverage.out -covermode=atomic -v -count=1