diff options
author | Matt Holt <[email protected]> | 2022-08-23 14:26:19 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-23 14:26:19 -0600 |
commit | bbc923d66b92780a10ba961fcbe7f056bf7ef3b6 (patch) | |
tree | f595e704633cf426bcfe689276e3fe958c1394dd /.github | |
parent | e289ba6187ddd50afc86feb85246a14298673a69 (diff) | |
download | caddy-bbc923d66b92780a10ba961fcbe7f056bf7ef3b6.tar.gz caddy-bbc923d66b92780a10ba961fcbe7f056bf7ef3b6.zip |
ci: Increase linter timeout (#4981)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c5e64d11e..d437d7bf7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.47 + # Windows times out frequently after about 5m50s if we don't set a longer timeout. + args: --timeout 10m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true |