mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix - test_lowest_latency_routing_first_pick
This commit is contained in:
parent
c00d232900
commit
fdf7a4d8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ async def test_lowest_latency_routing_first_pick():
|
|||
) # type: ignore
|
||||
|
||||
deployments = {}
|
||||
for _ in range(5):
|
||||
for _ in range(10):
|
||||
response = await router.acompletion(
|
||||
model="azure-model", messages=[{"role": "user", "content": "hello"}]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue