From 64fe4c0845970085be2effd2a50bd3737494bf41 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 30 Oct 2024 10:52:52 -0700 Subject: [PATCH] set retry to 2 --- e2e_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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