From 89d6e5b5f9dc80a4c600f3ff39d9c65901c0a7f4 Mon Sep 17 00:00:00 2001 From: anton-sidelnikov Date: Thu, 13 Apr 2023 14:36:15 +0200 Subject: [PATCH] lint timeout 5m --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index d40f1217b..1234edce7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -5,3 +5,5 @@ linters-settings: # Exclude some staticcheck messages - '-SA1008' # "content-length" is not canonical, avoid OBS headers warnings - '-SA1019' # deprecations, used to avoid Extract... deprecation warnings +run: + timeout: 5m