More timeout in linting

This commit is contained in:
Juan Font 2021-09-13 22:51:58 +02:00
parent 31cc61478f
commit eae1b6a3de

View file

@ -19,7 +19,7 @@ jobs:
# golangci-lint manually in the `Run lint` step.
- uses: golangci/golangci-lint-action@v2
with:
args: --timeout 10m
args: --timeout 5m
# Setup Go
- name: Setup Go
@ -37,3 +37,5 @@ jobs:
- name: Run lint
run: make lint
with:
args: --timeout 10m