Rollup merge of #127648 - Kobzol:ci-lower-timeout, r=pietroalbini · rust-lang/rust@f11c2c8 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f11c2c8

Rollup merge of #127648 - Kobzol:ci-lower-timeout, r=pietroalbini

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``

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ jobs:
65 65 defaults:
66 66 run:
67 67 shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' |
68 -timeout-minutes: 600
68 +timeout-minutes: 240
69 69 env:
70 70 CI_JOB_NAME: ${{ matrix.image }}
71 71 CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse