8000 GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) · python/cpython@430945d · GitHub
[go: up one dir, main page]

Skip to content

Commit 430945d

Browse files
authored
GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)
1 parent e042219 commit 430945d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
jit:
2424
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
2525
runs-on: ${{ matrix.runner }}
26-
timeout-minutes: 75
26+
timeout-minutes: 90
2727
strategy:
2828
fail-fast: false
2929
matrix:

0 commit comments

Comments
 (0)
0