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:
parent
1e7a6906bf
commit
0299fca49c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user