more timeout to lint

This commit is contained in:
Boshi Lian 2022-07-21 00:53:53 +00:00
parent 3b6387056e
commit 834eec676d
2 changed files with 4 additions and 1 deletions

View file

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