diff --git a/Makefile b/Makefile index 65cba826..7ffe1f9c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ test: @go test -coverprofile=coverage.out ./... test_integration: - go test -tags integration ./... + go test -tags integration -timeout 30m ./... coverprofile_func: go tool cover -func=coverage.out