From 60c6cce4dc02612f0eeb4e609a8b10c27b5577a5 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:22:39 -0400 Subject: [PATCH] Fix golangci-lint timeout failures Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4f3cdf8e4df..4bc27ab6f2d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,4 +29,4 @@ jobs: with: version: latest working-directory: ${{ matrix.working-directory}} - args: --verbose + args: --verbose --timeout=10m