Skip to content

Commit

Permalink
Merge pull request #3858 from niyaznigmatullin/add_CI_timeouts
Browse files Browse the repository at this point in the history
CI: add job timeouts 360 minutes -> 90 minutes
  • Loading branch information
sylvestre authored Aug 21, 2022
2 parents 38a8ea2 + 13b6979 commit 38b6ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -543,6 +545,7 @@ jobs:
name: Build
needs: [ min_version, deps ]
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -973,6 +976,7 @@ jobs:
coverage:
name: Code Coverage
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 38b6ce5

Please sign in to comment.