From f34c4986c10d626dead7e31da80336d99ba1c203 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 15 Sep 2021 20:45:23 +0300 Subject: [PATCH] Added a timeout for GHA CI. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b1ca58..6e62c4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,6 +238,7 @@ jobs: cmake_tests: 1 os: ubuntu-20.04 + timeout-minutes: 120 runs-on: ${{matrix.os}} container: ${{matrix.container}}