Skip to content

Commit

Permalink
Rollup merge of #132605 - Kobzol:ci-increase-timeout, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
CI: increase timeout from 4h to 6h

Our CI got a bit slower since the last time we [lowered](#127648) the timeout, and if e.g. Docker build cache is broken, the timeout can be triggered.

Discussed [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/ci.20job.20timings.20stats).
  • Loading branch information
compiler-errors authored Nov 27, 2024
2 parents 145df3b + b910e97 commit 24e7196
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: 240
timeout-minutes: 360
env:
CI_JOB_NAME: ${{ matrix.image }}
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
Expand Down

0 comments on commit 24e7196

Please sign in to comment.