Browse Source

Increase linter timeout even more to try to fix github workflow error.

pull/1821/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
d1cebb0d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -22,5 +22,5 @@ jobs:
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
only-new-issues: true only-new-issues: true
args: --timeout=2m args: --timeout=3m

Loading…
Cancel
Save