From bb2c5e97cee5d68099b44f9769ec485cf61181ab Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Thu, 28 Apr 2022 12:56:05 -0500 Subject: [PATCH] chore: bump golangci-lint timeout We've been seeing test failures: https://github.com/theupdateframework/go-tuf/runs/6215906951?check_suite_focus=true See: https://github.com/golangci/golangci-lint-action/issues/297 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d2599f5b..0ddb71d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,3 +66,4 @@ jobs: uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 with: version: v1.45.2 + args: --timeout 3m