Skip to content
Snippets Groups Projects
Commit 79813ab8 authored by Dmitry Rodionov's avatar Dmitry Rodionov Committed by Dmitry Ivanov
Browse files

test: make pytest show 10 slowest tests in CI

parent df788c63
No related branches found
No related tags found
No related merge requests found
Pipeline #61426 failed
......@@ -255,7 +255,7 @@ test-linux:
- |
ci-log-section start "test" Test
make test \
PYTEST_FLAGS="--junitxml=junit_pytest.xml --with-webui -n$KUBERNETES_CPU_REQUEST" \
PYTEST_FLAGS="--junitxml=junit_pytest.xml --with-webui -n$KUBERNETES_CPU_REQUEST --durations=10" \
CARGO_FLAGS_EXTRA="--profile=$BUILD_PROFILE"
ci-log-section end "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment