Skip to content

Commit

Permalink
ci: increase timeout for golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Long <[email protected]>
  • Loading branch information
rroberts2222 authored and ctlong committed Sep 7, 2023
1 parent 08fd4ae commit f7acafe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
run:
# Timeout for analysis, e.g. 30s, 5m.
# Default: 1m
timeout: 5m

linters:
enable:
# Checks for non-ASCII identifiers
Expand Down

0 comments on commit f7acafe

Please sign in to comment.