Enlarge timeout setting of golangci-lint

Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2022-06-20 11:24:05 +08:00
parent 3551794adb
commit 7c7509de89
1 changed files with 1 additions and 1 deletions

View File

@ -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;