From ec284f4038facc65199d39473c53fb03b4b14e07 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 3 Jun 2020 16:50:35 -0400 Subject: [PATCH] Increase lint timeout We occasionally see the lint job fail due to this timeout. Likely when the node running lint is under heavy load, because normally it runs much faster. This commit increases the timeout substantially to work around that problem. --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 9479540d6..1c27e71ea 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -30,4 +30,4 @@ linters-settings: simplify: false run: - timeout: 5m + timeout: 10m