Skip to content

Commit

Permalink
Lower timeout of CI jobs to 4 hours
Browse files Browse the repository at this point in the history
The previous value, 10 hours, is unnecessarily long, since most of our jobs finish within 2.5 hours currently.
  • Loading branch information
Kobzol committed Jul 12, 2024
1 parent b286722 commit 3f4b9dd
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: 600
timeout-minutes: 240
env:
CI_JOB_NAME: ${{ matrix.image }}
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
Expand Down

0 comments on commit 3f4b9dd

Please sign in to comment.