1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7994 from cakebaker/ci_reduce_timeout_for_freebsd_jobs

ci: reduce timeout of freebsd jobs
This commit is contained in:
Sylvestre Ledru 2025-05-26 17:34:47 +02:00 committed by GitHub
commit 745051b940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
style:
name: Style and Lint
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
@ -117,7 +117,7 @@ jobs:
test:
name: Tests
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
timeout-minutes: 45
strategy:
fail-fast: false
matrix: