From eae1b6a3de43b4f81e2d57040278c48bded73726 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Mon, 13 Sep 2021 22:51:58 +0200 Subject: [PATCH] More timeout in linting --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8e631fd..10167ee 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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