From d1cebb0d882d0b8cd4b70f022a8485d0951122f0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 2 May 2022 07:01:55 -0700 Subject: [PATCH] Increase linter timeout even more to try to fix github workflow error. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 24e9a7145..20286790b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,5 +22,5 @@ jobs: uses: golangci/golangci-lint-action@v2 with: only-new-issues: true - args: --timeout=2m + args: --timeout=3m