diff --git a/Makefile b/Makefile index a3dc4814..f22c99e1 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ update: .PHONY: lint lint: cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh - bin/golangci-lint run --timeout 5m --color always --max-issues-per-linter 0 --max-same-issues 0 + bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0 .PHONY: gofumpt gofumpt: