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:
commit
745051b940
1 changed files with 2 additions and 2 deletions
4
.github/workflows/freebsd.yml
vendored
4
.github/workflows/freebsd.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue