From d8a1773d5087de93efbdedb17cc71b3c5d1a36db Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 8 Apr 2021 10:19:53 -0400 Subject: [PATCH] Increase golangci-lint timeout. Fix #1001 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3929e2b33..cb7971f94 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ testall: check_go_env test .PHONY: testall lint: - go run github.com/golangci/golangci-lint/cmd/golangci-lint run -v + go run github.com/golangci/golangci-lint/cmd/golangci-lint run -v --timeout 5m .PHONY: lint lintall: check_node_dev_env lint