Skip to content

Commit

Permalink
Update lint timeout (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle authored Oct 25, 2023
1 parent cbf4fc3 commit 55e119c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ linters:
- unconvert
- unparam
- unused
- vet
- vet

run:
# Prevent false positive timeouts in CI
timeout: 5m

0 comments on commit 55e119c

Please sign in to comment.