From c2703e50243dda6b89c23adc04058ff786fe14e9 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 12 Mar 2023 12:02:22 +0100 Subject: [PATCH] Increase timeout for golangci-lint --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc26863e6..bf70129d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -261,7 +261,7 @@ jobs: version: v1.49 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true - args: --verbose --timeout 5m + args: --verbose --timeout 10m # only run golangci-lint for pull requests, otherwise ALL hints get # reported. We need to slowly address all issues until we can enable