From 83a72858f893169d9830dd6fbe63f05a8545e298 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Wed, 18 Sep 2019 11:52:48 +0800 Subject: [PATCH] Makefile: increase deadline to 2m for golangci-lint Signed-off-by: Wei Fu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 675816189..2d0a966c5 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ all: binaries check: proto-fmt ## run all linters @echo "$(WHALE) $@" - GOGC=75 golangci-lint run + GOGC=75 golangci-lint run --deadline 2m ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI