Skip to content

Commit

Permalink
chore: increase timeout for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Aug 22, 2024
1 parent d3c7db8 commit c5bd7b7
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,3 +1,8 @@
run:
# Timeout for analysis, e.g. 30s, 5m.
# Default: 1m
timeout: 90s

linters:
enable-all: true
disable:
Expand Down

0 comments on commit c5bd7b7

Please sign in to comment.