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.
This commit is contained in:
Jakub Beránek 2024-11-04 18:55:21 +01:00
parent 298c7462c3
commit b910e977a3
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

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