From 5c2a1574aa508878f2a3705cfd0898adda903512 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 9479540d61..1c27e71eab 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -30,4 +30,4 @@ linters-settings: simplify: false run: - timeout: 5m + timeout: 10m