chore(@ci): increase timeout for autotests for 4 minutes by default
This commit is contained in:
parent
54d0d62b37
commit
c5a046933e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue