more timeout for lint
This commit is contained in:
parent
2ddd69876a
commit
7f4c3441e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue