1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #3839 from niyaznigmatullin/freebsd_android_CI_timeout

CI: add timeout to freebsd and android tests
This commit is contained in:
Sylvestre Ledru 2022-08-18 11:39:01 +02:00 committed by GitHub
commit 73f7b87458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -849,6 +849,7 @@ jobs:
name: Test Android builds
needs: [ min_version, deps ]
runs-on: macos-latest
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
@ -904,6 +905,7 @@ jobs:
name: Tests/FreeBSD test suite
needs: [ min_version, deps ]
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix: