Skip to content

Commit

Permalink
pythonGH-114849: Set a 60-minute timeout for JIT CI jobs (pythonGH-11…
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Feb 2, 2024
1 parent 618d725 commit 1aec064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
jit:
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
runs-on: ${{ matrix.runner }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1aec064

Please sign in to comment.