From 4ff9d69966b9518e7ac489432f48036cab63bd80 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Tue, 17 Mar 2020 11:07:23 -0400 Subject: [PATCH] Increase golangci-lint timeout AppVeyor is running over the current 2m timeout regularly these days during PR CI runs. Signed-off-by: Phil Estes --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index f2af22566..fd7a1da3c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,7 +15,7 @@ linters: - errcheck run: - timeout: 2m + timeout: 3m skip-dirs: - api - design