Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1aec064

Browse files
authored
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
1 parent 618d725 commit 1aec064

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)