diff --git a/Makefile b/Makefile index c19ab49ff..80e6b16f7 100644 --- a/Makefile +++ b/Makefile @@ -95,12 +95,12 @@ gomodtidy: .PHONY: lint-go-ops lint-go-ops: - cd ./ops && golangci-lint --color=always --out-format checkstyle:golangci-lint-ops-report.xml run + cd ./ops && golangci-lint --color=always --timeout 10m --out-format checkstyle:golangci-lint-ops-report.xml run .PHONY: lint-go-integration-tests lint-go-integration-tests: - cd ./integration-tests && golangci-lint --color=always --out-format checkstyle:golangci-lint-integration-tests-report.xml run + cd ./integration-tests && golangci-lint --color=always --timeout 10m --out-format checkstyle:golangci-lint-integration-tests-report.xml run .PHONY: lint-go-relay lint-go-relay: - cd ./pkg && golangci-lint --color=always --out-format checkstyle:golangci-lint-relay-report.xml run \ No newline at end of file + cd ./pkg && golangci-lint --color=always --timeout 10m --out-format checkstyle:golangci-lint-relay-report.xml run \ No newline at end of file