fix test_async_create_batch

This commit is contained in:
Ishaan Jaff
2025-01-22 22:15:49 -08:00
parent 53a3ea3d06
commit b60efd4646
@@ -297,7 +297,7 @@ async def test_async_create_batch(provider):
)
print("cancel_batch_response=", cancel_batch_response)
if random.randint(1, 20) == 1:
if random.randint(1, 15) == 1:
print("Running random cleanup of Azure files and models...")
cleanup_azure_files()
cleanup_azure_ft_models()