From 2635c0efd6533293798768b124c3eba8f3a103dc Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 7 Sep 2023 19:31:03 +0200 Subject: [PATCH] increased the timeout of the linting job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505e0da3..92b0e5a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,10 @@ jobs: with: version: v1.54 working-directory: server + args: --timeout=30m - name: golangci-lint-client uses: golangci/golangci-lint-action@v3 with: version: v1.54 working-directory: client + args: --timeout=30m