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.
This commit is contained in:
Jakub Beránek 2024-07-12 11:27:46 +02:00
parent b286722878
commit 3f4b9dd463
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
defaults:
run:
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
timeout-minutes: 600
timeout-minutes: 240
env:
CI_JOB_NAME: ${{ matrix.image }}
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse