Skip to content

Commit 87031ab

Browse files
authored
ci: show 15 slowest tests, not 5 (#13713)
Also include Windows because oops, we forgot about it.
1 parent 3157524 commit 87031ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)