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: