diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index eb1f138d90..1410ffd1bc 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -161,9 +161,10 @@ pipeline { ]) { /* Keep the --reruns flag first, or it won't work */ sh """ - python3 -m pytest --reruns=1 ${flags.join(" ")} \ + python3 -m pytest --reruns=1 --timeout=180 ${flags.join(" ")} \ --disable-warnings \ - --alluredir=./allure-results + --alluredir=./allure-results \ + -o timeout_func_only=true """ } }