File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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
You can’t perform that action at this time.
0 commit comments