Skip to content

Commit

Permalink
ci: Bump timeout on ci-runtime privileged worksflow
Browse files Browse the repository at this point in the history
Bump timeout from 20 to 30 minutes due to repeated workflow cancellations
due to timeout on otherwise successful workflow runs.

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
  • Loading branch information
jrajahalme authored and aanm committed Nov 1, 2023
1 parent 7e11821 commit 36b7802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
- name: Runtime privileged tests
if: ${{ matrix.focus == 'privileged' }}
timeout-minutes: 20
timeout-minutes: 30
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
with:
provision: 'false'
Expand Down

0 comments on commit 36b7802

Please sign in to comment.