Skip to content

Commit f67aa03

Browse files
sobolevnaisk
authored andcommitted
pythonGH-114849: Set a 60-minute timeout for JIT CI jobs (pythonGH-114850)
1 parent 3190638 commit f67aa03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
jit:
1919
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
2020
runs-on: ${{ matrix.runner }}
21+
timeout-minutes: 60
2122
strategy:
2223
fail-fast: false
2324
matrix:

0 commit comments

Comments
 (0)