From 9fe7bc938b1264844e3434e501c7c817c1956ea4 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 19 Aug 2021 10:18:17 -0400 Subject: [PATCH] Bump integration timeout to 35 min Go 1.17 go mod download step (used to handle the separate integration go.mod) seems to do a lot more work/validation than prior Go releases, requiring more time for integration runs. Signed-off-by: Phil Estes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e26891b2..bd6f9fbb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: integration-windows: name: Windows Integration runs-on: windows-2019 - timeout-minutes: 30 + timeout-minutes: 35 needs: [project, linters, protos, man] env: GOTEST: gotestsum -- @@ -306,7 +306,7 @@ jobs: integration-linux: name: Linux Integration runs-on: ubuntu-18.04 - timeout-minutes: 30 + timeout-minutes: 35 needs: [project, linters, protos, man] strategy: