increase lint timeout for windows (#1543)

This commit is contained in:
mmetc 2022-05-23 09:45:32 +02:00 committed by GitHub
parent 0483b9c641
commit a7c7ea5712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.45.2
# Optional: golangci-lint command line arguments.
args: --issues-exit-code=0 --timeout 5m
args: --issues-exit-code=0 --timeout 10m
only-new-issues: true