diff --git a/Makefile b/Makefile index 2ee1a21..d332f30 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ generate: .PHONY: lint lint: - golangci-lint run --enable-all --disable=exhaustivestruct + golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct .PHONY: test test: