From e95cf6bc72c5af42dfdc4f1e118cc2993fedb37e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 1 May 2022 11:53:57 -0700 Subject: [PATCH] Increase linter timeout --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04c40a295..24e9a7145 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,3 +22,5 @@ jobs: uses: golangci/golangci-lint-action@v2 with: only-new-issues: true + args: --timeout=2m +