From 2bfce2ce89302c7deb234ecf823aae6dc3bbe244 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 30 Aug 2023 12:50:28 +0300 Subject: [PATCH] Makefile: increase golangci-lint timeout to 10 min --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27398c8388..7cbb064771 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ gofmt-verify: fi ci-lint: - golangci-lint run --timeout 7m0s + golangci-lint run --timeout 10m lint: golint -set_exit_status ./...