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@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-11-10 17:08:06 +01:00
parent 1e7a6906bf
commit 0299fca49c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -220,7 +220,7 @@ jobs:
integration-linux: integration-linux:
name: Linux Integration name: Linux Integration
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
timeout-minutes: 15 timeout-minutes: 20
needs: [project, linters, protos, man] needs: [project, linters, protos, man]
strategy: strategy: