From 44ddbedb31dfeae6aebe5e05361765399063e457 Mon Sep 17 00:00:00 2001 From: PJ Date: Tue, 20 Jun 2023 16:44:55 +0200 Subject: [PATCH] ci: increase lint timeout --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1c9f34cb..06f3849e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,8 @@ jobs: go-version: ${{ matrix.go-version }} - name: Lint uses: golangci/golangci-lint-action@v3 + with: + args: --timeout=5m - name: Test uses: n8maninger/action-golang-test@v1 with: