Skip to content

Commit 5ce6890

Browse files
Try 60 minute time out for consistency
1 parent c6c0d2f commit 5ce6890

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
interpreter:
3131
name: Interpreter (Debug)
3232
runs-on: ubuntu-24.04
33-
timeout-minutes: 90
33+
timeout-minutes: 60
3434
steps:
3535
- uses: actions/checkout@v6
3636
with:
@@ -47,7 +47,7 @@ jobs:
4747
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
4848
needs: interpreter
4949
runs-on: ${{ matrix.runner }}
50-
timeout-minutes: 90
50+
timeout-minutes: 60
5151
strategy:
5252
fail-fast: false
5353
matrix:
@@ -87,7 +87,7 @@ jobs:
8787
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
8888
needs: interpreter
8989
runs-on: ${{ matrix.runner }}
90-
timeout-minutes: 90
90+
timeout-minutes: 60
9191
strategy:
9292
fail-fast: false
9393
matrix:
@@ -130,7 +130,7 @@ jobs:
130130
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
131131
needs: interpreter
132132
runs-on: ${{ matrix.runner }}
133-
timeout-minutes: 90
133+
timeout-minutes: 60
134134
strategy:
135135
fail-fast: false
136136
matrix:
@@ -166,7 +166,7 @@ jobs:
166166
name: ${{ matrix.name }}
167167
needs: interpreter
168168
runs-on: ubuntu-24.04
169-
timeout-minutes: 90
169+
timeout-minutes: 60
170170
strategy:
171171
fail-fast: false
172172
matrix:
@@ -197,7 +197,7 @@ jobs:
197197
fi
198198
./configure ${{ matrix.configure_flags }}
199199
make all --jobs 4
200-
- name: Run tests
200+
- name: Test
201201
if: matrix.run_tests != false
202202
run: |
203203
${{ matrix.test_env }} ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)