From b00d402429764c649b9197c5b4a099a91d434352 Mon Sep 17 00:00:00 2001 From: Anastasiya <82375995+anastasiyaig@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:26:34 +0300 Subject: [PATCH] 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 --- ci/Jenkinsfile.tests-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index be6bb838a3..e507588d25 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -172,7 +172,7 @@ pipeline { ]) { /* Keep the --reruns flag first, or it won't work */ sh """ - python3 -m pytest -v --reruns=1 --timeout=180 ${flags.join(" ")} \ + python3 -m pytest -v --reruns=1 --timeout=240 ${flags.join(" ")} \ --disable-warnings \ --alluredir=./allure-results \ -o timeout_func_only=true