Lower timeout of CI jobs to 4 hours · rust-lang/rust@3f4b9dd (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 3f4b9dd
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.
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 |