From 679615f5f8e860b67cdff9cec307c6970ff726f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 13 Sep 2023 19:18:50 +0200 Subject: [PATCH] Increase the golangci-lint timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are running into it in GitHub CI. Signed-off-by: Miloslav Trmač --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .golangci.yml diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000000..8d05e48361 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,3 @@ +--- +run: + timeout: 5m