Skip to content

Commit

Permalink
ci: Increase timeout for coverage job
Browse files Browse the repository at this point in the history
Right now it times out after 15 mins:
https://github.com/kubewarden/kwctl/actions/runs/11442780601

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Oct 22, 2024
1 parent a0c5b1f commit f78c053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
Expand Down

0 comments on commit f78c053

Please sign in to comment.