From 13b6979dad8c7b96b1df81e9ce3d45af3604e2ee Mon Sep 17 00:00:00 2001 From: Niyaz Nigmatullin Date: Sat, 20 Aug 2022 20:29:25 +0300 Subject: [PATCH] CI: add timeouts 360 minutes -> 90 minutes, some Windows runs sometimes hang --- .github/workflows/CICD.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 1f4bf590e..2e34c0fe8 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -444,6 +444,7 @@ jobs: name: Build/stable needs: [ min_version, deps ] runs-on: ${{ matrix.job.os }} + timeout-minutes: 90 strategy: fail-fast: false matrix: @@ -470,6 +471,7 @@ jobs: name: Build/nightly needs: [ min_version, deps ] runs-on: ${{ matrix.job.os }} + timeout-minutes: 90 strategy: fail-fast: false matrix: @@ -543,6 +545,7 @@ jobs: name: Build needs: [ min_version, deps ] runs-on: ${{ matrix.job.os }} + timeout-minutes: 90 strategy: fail-fast: false matrix: @@ -973,6 +976,7 @@ jobs: coverage: name: Code Coverage runs-on: ${{ matrix.job.os }} + timeout-minutes: 90 strategy: fail-fast: false matrix: