From b4cb30ac8e25055b0fae0a60eb04ceacf8526c51 Mon Sep 17 00:00:00 2001 From: aaronbuchwald Date: Fri, 28 Apr 2023 13:46:25 -0400 Subject: [PATCH] bump linting timeout to 10m (#631) --- .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 8aa1303b2c..4840e352a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: version: v1.51 working-directory: . - args: --timeout 3m + args: --timeout 10m unit_test: name: Golang Unit Tests