about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2024-11-04 18:55:21 +0100
committerJakub Beránek <berykubik@gmail.com>2024-11-04 18:55:21 +0100
commitb910e977a3279460fb13e464fa4b5d563645c8cc (patch)
tree6e04d4b06ba5bf0a625361da9373ff76979904ab
parent298c7462c3bf66d0afd39284cb65ec78a787a594 (diff)
downloadrust-b910e977a3279460fb13e464fa4b5d563645c8cc.tar.gz
rust-b910e977a3279460fb13e464fa4b5d563645c8cc.zip
CI: increase timeout from 4h to 6h
Our CI got a bit slower since the last time we lowered the timeout, and if e.g. Docker build cache is broken, the timeout can be triggered.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2fca71716c1..6fe25793342 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