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

This reverts commit 2cfae413195b0b921af1606012d1a9432bd02c40.

chore(@e2e): enable toast verification for accepting contact request
This commit is contained in:
Anastasiya 2024-10-31 17:26:34 +03:00 committed by GitHub
parent 815278fb01
commit b00d402429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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