From cdf4cbea370f1509b052843adee378aec7e83410 Mon Sep 17 00:00:00 2001 From: Hunter Gregory <42728408+huntergregory@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:05:38 -0700 Subject: [PATCH] ci: increase golint timeout to 25m (#1890) --- .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 5427f01b0..21c9e8b87 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=15m + args: --timeout=25m only-new-issues: true