Skip to content

Commit 0299fca

Browse files
committed
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 <[email protected]>
1 parent 1e7a690 commit 0299fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
integration-linux:
221221
name: Linux Integration
222222
runs-on: ubuntu-18.04
223-
timeout-minutes: 15
223+
timeout-minutes: 20
224224
needs: [project, linters, protos, man]
225225

226226
strategy:

0 commit comments

Comments
 (0)