From b60efd4646d0ed3a7f1770cd497967d7fb0e377e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 22 Jan 2025 22:15:41 -0800 Subject: [PATCH] fix test_async_create_batch --- tests/batches_tests/test_openai_batches_and_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/batches_tests/test_openai_batches_and_files.py b/tests/batches_tests/test_openai_batches_and_files.py index c1ab45d6ae..0626482331 100644 --- a/tests/batches_tests/test_openai_batches_and_files.py +++ b/tests/batches_tests/test_openai_batches_and_files.py @@ -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()