Skip to content

Commit

Permalink
Rollup merge of rust-lang#127648 - Kobzol:ci-lower-timeout, r=pietroa…
Browse files Browse the repository at this point in the history
…lbini

Lower timeout of CI jobs to 4 hours

The previous value, 10 hours, is unnecessarily long, since most of our jobs finish within 2.5 hours currently. This could help us detect abnormally long CI runs.

r? ``@pietroalbini``
  • Loading branch information
matthiaskrgr committed Jul 12, 2024
2 parents 526da23 + 3f4b9dd commit f11c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
defaults:
run:
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
timeout-minutes: 600
timeout-minutes: 240
env:
CI_JOB_NAME: ${{ matrix.image }}
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
Expand Down

0 comments on commit f11c2c8

Please sign in to comment.