From bfb280fb3542ee043b3e159d4ec75d05b91b1376 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 1 Sep 2022 14:55:55 -0400 Subject: [PATCH] Update golangci-lint timeout to match config Our GitHub Actions CI timeout setting was different than the config file; we are now getting somewhat regular timeouts on the Windows linting jobs so this should solve that and give us room in case runs start taking longer Signed-off-by: Phil Estes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e13a4c33e..5ce8e2867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: version: v1.48.0 skip-cache: true - args: --timeout=5m + args: --timeout=8m # # Project checks