forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue