From bbc923d66b92780a10ba961fcbe7f056bf7ef3b6 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 23 Aug 2022 14:26:19 -0600 Subject: ci: Increase linter timeout (#4981) --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c5e64d1..d437d7b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.47 + # Windows times out frequently after about 5m50s if we don't set a longer timeout. + args: --timeout 10m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true -- cgit v1.2.3