mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
This commit is contained in:
parent
618d7256e7
commit
1aec064444
1 changed files with 1 additions and 0 deletions
1
.github/workflows/jit.yml
vendored
1
.github/workflows/jit.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue