1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

CI: add timeout to freebsd and android tests, since it sometimes hangs

This commit is contained in:
Niyaz Nigmatullin 2022-08-17 22:09:56 +03:00
parent 383291f5b4
commit 37b7375dae

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: