More timeout in linting
This commit is contained in:
parent
31cc61478f
commit
eae1b6a3de
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# golangci-lint manually in the `Run lint` step.
|
# golangci-lint manually in the `Run lint` step.
|
||||||
- uses: golangci/golangci-lint-action@v2
|
- uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
args: --timeout 10m
|
args: --timeout 5m
|
||||||
|
|
||||||
# Setup Go
|
# Setup Go
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
@ -37,3 +37,5 @@ jobs:
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: make lint
|
run: make lint
|
||||||
|
with:
|
||||||
|
args: --timeout 10m
|
||||||
|
|
Loading…
Reference in a new issue