diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 1410ffd1bc..eb1f138d90 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -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 """ } }