File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 nox -s test-${{ matrix.python.key || matrix.python }} --no-install --
160160 tests/functional
161161 --verbose --numprocesses auto --showlocals
162- --durations=5
162+ --durations=15
163163
164164 tests-windows :
165165 name : tests / ${{ matrix.python }} / ${{ matrix.os }} / ${{ matrix.group.number }}
@@ -221,7 +221,7 @@ jobs:
221221 run : >-
222222 nox -s test-${{ matrix.python }} --no-install --
223223 tests/functional -k "${{ matrix.group.pytest-filter }}"
224- --verbose --numprocesses auto --showlocals
224+ --verbose --numprocesses auto --showlocals --durations=15
225225
226226 tests-zipapp :
227227 name : tests / zipapp
@@ -252,7 +252,7 @@ jobs:
252252 nox -s test-3.10 --
253253 tests/functional
254254 --verbose --numprocesses auto --showlocals
255- --durations=5
255+ --durations=15
256256 --use-zipapp
257257
258258 check : # This job does nothing and is only used for the branch protection
You can’t perform that action at this time.
0 commit comments