From 37c91b9ab2fa19c346bbce580821f5a7a53fb84c Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:36:19 -0700 Subject: [PATCH] increase golangci linter timeout (#195) Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 58432611..8189b730 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,5 +1,5 @@ run: - timeout: 10m + timeout: 15m allow-serial-runners: true concurrency: 0 linters-settings: