Skip to content

Commit

Permalink
ci: increase golint timeout to 25m (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntergregory authored and jpayne3506 committed Sep 11, 2023
1 parent 919db63 commit 434aa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --timeout=15m
args: --timeout=25m
only-new-issues: true

0 comments on commit 434aa88

Please sign in to comment.