mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)
This commit is contained in:
parent
e0422198fb
commit
430945db4c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/jit.yml
vendored
2
.github/workflows/jit.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
jit:
|
||||
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 75
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue