Skip to content

Commit

Permalink
Enlarge timeout setting of golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: AllenZMC <[email protected]>
  • Loading branch information
AllenZMC committed Jun 20, 2022
1 parent 3551794 commit 7c7509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
timeout: 10m

# which dirs to skip: issues from them won't be reported;
# can use regexp here: generated.*, regexp is applied on full path;
Expand Down

0 comments on commit 7c7509d

Please sign in to comment.