From f35403aa50f8ac322238005384a2cb1ed46c776e Mon Sep 17 00:00:00 2001 From: Hunter Gregory <42728408+huntergregory@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:59:48 -0700 Subject: [PATCH] ci: increase golint timeout from 10 to 15m (#1886) increase golint timeout from 10 to 15m --- .github/workflows/golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci.yaml b/.github/workflows/golangci.yaml index c3b89ab10..5427f01b0 100644 --- a/.github/workflows/golangci.yaml +++ b/.github/workflows/golangci.yaml @@ -27,5 +27,5 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.52.2 - args: --timeout=10m + args: --timeout=15m only-new-issues: true