Skip to content

Commit

Permalink
Merge pull request #3450 from djdongjin/fix-golangci-timeout
Browse files Browse the repository at this point in the history
Increase golangci-lint timeout to 5min
  • Loading branch information
fahedouch authored Sep 22, 2024
2 parents 818237d + bfc2da4 commit 9ece613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
run:
concurrency: 6
timeout: 5m
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 9ece613

Please sign in to comment.