chore: remove timeout to see if the fix in the app was root cause of tests being stuck

This commit is contained in:
Anastasiya Semiankevich 2024-06-25 10:58:12 +03:00
parent afde836517
commit c6a121c4f0
1 changed files with 2 additions and 3 deletions

View File

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