Skip to content

Commit

Permalink
golangci timeout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Oct 18, 2022
1 parent 1913780 commit de1fb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
run:
tests: false
# # timeout for analysis, e.g. 30s, 5m, default is 1m
# timeout: 5m
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m

linters:
disable-all: true
Expand Down

0 comments on commit de1fb88

Please sign in to comment.