From ec4d7736d89d73a66e1d301a9843fb318bb9d09c Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 23 Mar 2021 12:10:41 -0700 Subject: [PATCH] Increase timeout for linux integration tests The integration test times have slightly increased and are often hitting the 25 minutes timeout. This increases to give more room but still keeps it low enough to catch regressions in tests causing longer than expected execution. Signed-off-by: Derek McGowan --- .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 d2026ec8b..7ae06a0d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,7 @@ jobs: integration-linux: name: Linux Integration runs-on: ubuntu-18.04 - timeout-minutes: 25 + timeout-minutes: 30 needs: [project, linters, protos, man] strategy: