From 37b7375dae81ebe3a474b684526dac6ebdff23d6 Mon Sep 17 00:00:00 2001 From: Niyaz Nigmatullin Date: Wed, 17 Aug 2022 22:09:56 +0300 Subject: [PATCH] CI: add timeout to freebsd and android tests, since it sometimes hangs --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 96ab83c83..1f4bf590e 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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: