more timeout for lint

This commit is contained in:
Boshi Lian 2022-07-07 19:04:16 -07:00 committed by GitHub
parent 2ddd69876a
commit 7f4c3441e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m -E gofmt
args: --timeout=30m -E gofmt
- name: Test lib ssh
run: go test -v -cover ./...