Skip to content

Commit

Permalink
CI: Increase CI job timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 8, 2024
1 parent a9f31d9 commit d226c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
env: { STATIC_DEPS: false } # always static

# This defaults to 360 minutes (6h) which is way too long and if a test gets stuck, it can block other pipelines.
# From testing, the runs tend to take 3-8 minutes, so a limit of 30 minutes should be enough.
timeout-minutes: 30
# From testing, the runs tend to take 8-20 minutes, so a limit of 45 minutes should be enough.
timeout-minutes: 45
runs-on: ${{ matrix.os }}

env:
Expand Down

0 comments on commit d226c07

Please sign in to comment.