diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 3e0c60cb9..c2dc4f5d9 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -39,7 +39,7 @@ jobs: # # The weird NO_FUTURE thing is a workaround suggested here: # https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 - args: "--out-${NO_FUTURE}format=colored-line-number" + args: "--timeout=5m --out-${NO_FUTURE}format=colored-line-number" # Optional: show only new issues if it's a pull request. # The default value is `false`.