mirror of https://github.com/python/cpython
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
This commit is contained in:
parent
618d7256e7
commit
1aec064444
|
@ -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…
Reference in New Issue