From 7a438bd761395fb7dd63275b881c6eb508e58235 Mon Sep 17 00:00:00 2001 From: Aine Date: Sat, 8 Oct 2022 23:12:41 +0300 Subject: [PATCH] increase linter timeout --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 673ca55..f5a179f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,6 @@ run: concurrency: 4 - timeout: 5m + timeout: 30m issues-exit-code: 1 tests: true build-tags: []