ci: adding more output for pytest when running tests

This commit is contained in:
Anastasiya Semenkevich 2024-08-19 16:51:38 +03:00 committed by Anastasiya
parent 42a9530452
commit 9a17498149
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ pipeline {
]) {
/* Keep the --reruns flag first, or it won't work */
sh """
python3 -m pytest --reruns=1 --timeout=180 ${flags.join(" ")} \
python3 -m pytest -v --reruns=1 --timeout=180 ${flags.join(" ")} \
--disable-warnings \
--alluredir=./allure-results \
-o timeout_func_only=true