From 0299fca49cacecda6a1726b20c0f27ce206623bf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 10 Nov 2020 17:08:06 +0100 Subject: [PATCH] ga: Linux Integration: extend timeout to 20 minutes CI was timing out after 15 minutes on the crun tests; extending the timeout to 20 minutes (we can make it shorter again if we know the exact time it takes to run) Signed-off-by: Sebastiaan van Stijn --- .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 c9135bba8..2b7a34723 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: integration-linux: name: Linux Integration runs-on: ubuntu-18.04 - timeout-minutes: 15 + timeout-minutes: 20 needs: [project, linters, protos, man] strategy: