From e095c2babf6ac210139dd0b8ccc61beb4dd332a1 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 13 Jul 2022 08:06:07 +0200 Subject: golangci-lint: Increase timeout to 10 minutes We have recently started to see that golangci-lint is timing out more frequently. Let's bump its timeout to 10 minutes to stop this from happening. --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 31c722364..a6c5a1351 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ # options for analysis running run: # timeout for analysis, e.g. 30s, 5m, default is 1m - timeout: 5m + timeout: 10m modules-download-mode: readonly # list of useful linters could be found at https://github.com/golangci/awesome-go-linters -- cgit v1.2.3