Increased timeout

This commit is contained in:
Juan Font 2021-09-10 00:44:27 +02:00
parent bd6adfaec6
commit 8acaea0fbe

View file

@ -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 2m args: --timeout 4m
# Setup Go # Setup Go
- name: Setup Go - name: Setup Go