Increase golangci-lint timeout value (#17841)

increase golangci-lint timeout value

Signed-off-by: yminer <yminer@vmware.com>

Signed-off-by: yminer <yminer@vmware.com>
This commit is contained in:
MinerYang 2022-11-25 11:10:21 +08:00 committed by GitHub
parent 619747fc68
commit f97aedfb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ run:
- ".*test.go" - ".*test.go"
skip-dirs: skip-dirs:
- "testing" - "testing"
timeout: 5m timeout: 20m
issue: issue:
max-same-issues: 0 max-same-issues: 0