Enlarge timeout setting of golangci-lint
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
This commit is contained in:
parent
3551794adb
commit
7c7509de89
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
run:
|
run:
|
||||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
# 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;
|
# which dirs to skip: issues from them won't be reported;
|
||||||
# can use regexp here: generated.*, regexp is applied on full path;
|
# can use regexp here: generated.*, regexp is applied on full path;
|
||||||
|
|
Loading…
Reference in New Issue