More timeout in linting

This commit is contained in:
Juan Font 2021-09-13 22:47:38 +02:00
parent 3095c1e150
commit 31cc61478f

View file

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