diff --git a/Makefile b/Makefile index 709e148..08791bd 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ test: go test -v ./... lint: - golangci-lint run --enable-all --disable=godox + golangci-lint run --enable-all --disable=godox --timeout 10m