set retry to 2

This commit is contained in:
Adil Hafeez 2024-10-30 10:52:52 -07:00
parent fab4a04435
commit 64fe4c0845

View file

@ -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