1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

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.
- uses: golangci/golangci-lint-action@v2
with:
args: --timeout 2m
args: --timeout 4m
# Setup Go
- name: Setup Go