increase retry

This commit is contained in:
Alexsander Hamir 2026-01-26 16:34:21 -08:00
parent 750c2c91fa
commit 852b9a8ff8

View file

@ -184,7 +184,7 @@ plugins = "pydantic.mypy"
[tool.pytest.ini_options]
asyncio_mode = "auto"
retries = 10
retries = 20
retry_delay = 5
markers = [
"asyncio: mark test as an asyncio test",