chore(@ci): increase timeout for autotests for 4 minutes by default

This commit is contained in:
Anastasiya Semenkevich 2024-10-30 10:40:42 +03:00 committed by Anastasiya
parent 54d0d62b37
commit c5a046933e
1 changed files with 1 additions and 1 deletions

View File

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