fix batch creation azure

This commit is contained in:
Ishaan Jaff 2024-08-28 14:57:36 -07:00
parent 60e02ae5d1
commit a007f865d3
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ async def test_async_create_batch(provider):
)
print("Response from creating file=", file_obj)
await asyncio.sleep(5)
await asyncio.sleep(10)
batch_input_file_id = file_obj.id
assert (
batch_input_file_id is not None