Increase golangci-lint timeout to 5min
This commit is contained in:
parent
acd1337982
commit
fd47e413d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
- name: Run golangci-lint
|
||||
uses: reviewdog/action-golangci-lint@v2
|
||||
with:
|
||||
golangci_lint_flags: "--tests=false"
|
||||
golangci_lint_flags: "--tests=false --timeout=300"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue