Skip to content

Commit

Permalink
ci: Set golangci-lint run timeout to 5 minutes (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jun 6, 2023
1 parent 664cccb commit 0c4cb08
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 0c4cb08

Please sign in to comment.