From 4ed3c524cf6d01cf31538b20848675285e6538cd Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Fri, 8 Oct 2021 15:06:01 -0400 Subject: [PATCH] Update test timeout based on recent cancellations 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 f9871b113..bc5c2a67f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,7 +306,7 @@ jobs: integration-linux: name: Linux Integration runs-on: ubuntu-18.04 - timeout-minutes: 35 + timeout-minutes: 40 needs: [project, linters, protos, man] strategy: