mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
increase retry
This commit is contained in:
parent
750c2c91fa
commit
852b9a8ff8
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue