diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-26 20:35:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-26 20:35:37 -0500 |
| commit | 24e7196f92bd85e34ce3bc2721c2db65d9a1ede5 (patch) | |
| tree | 91e8be8175a0046cf03619a049f717339c7c8b5b | |
| parent | 145df3bd70342966c81a0f4e447f846e0d03cd8b (diff) | |
| parent | b910e977a3279460fb13e464fa4b5d563645c8cc (diff) | |
| download | rust-24e7196f92bd85e34ce3bc2721c2db65d9a1ede5.tar.gz rust-24e7196f92bd85e34ce3bc2721c2db65d9a1ede5.zip | |
Rollup merge of #132605 - Kobzol:ci-increase-timeout, r=Mark-Simulacrum
CI: increase timeout from 4h to 6h Our CI got a bit slower since the last time we [lowered](https://github.com/rust-lang/rust/pull/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).
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 703f6e5281d..f6df348b721 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |
