diff --git a/e2e_tests/pyproject.toml b/e2e_tests/pyproject.toml index adcfe7ea..5da281aa 100644 --- a/e2e_tests/pyproject.toml +++ b/e2e_tests/pyproject.toml @@ -22,6 +22,6 @@ pytest-cov = "^4.1.0" [tool.pytest.ini_options] python_files = ["test*.py"] addopts = ["-v", "-s"] -retries = 3 +retries = 2 retry_delay = 0.5 cumulative_timing = false