fix - test_lowest_latency_routing_first_pick
This commit is contained in:
parent
c00d232900
commit
fdf7a4d8c8
@ -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…
Reference in New Issue
Block a user