Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-13 09:06:07 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-13 09:06:44 +0300
commite095c2babf6ac210139dd0b8ccc61beb4dd332a1 (patch)
treef4f9b54d361fbe25b5fcebb0bfe296909a692bae
parent36372ed04fed173ae3cdd5b7a19d0e5fc120c96c (diff)
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.
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
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