From f89350e6cd220c6899d6e349aef928e5258b59f9 Mon Sep 17 00:00:00 2001 From: Lorenzo Bolla Date: Sat, 12 Feb 2022 20:08:01 +0100 Subject: [PATCH] Timeout CI build job after 30 minutes Fix #1032 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a475daa..bfa48f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: name: test runs-on: ubuntu-20.04 continue-on-error: ${{ matrix.allow_failure }} + timeout-minutes: 30 strategy: fail-fast: true matrix: