Skip to content

Commit b60efd4

Browse files
committed
fix test_async_create_batch
1 parent 53a3ea3 commit b60efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/batches_tests/test_openai_batches_and_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ async def test_async_create_batch(provider):
297297
)
298298
print("cancel_batch_response=", cancel_batch_response)
299299

300-
if random.randint(1, 20) == 1:
300+
if random.randint(1, 15) == 1:
301301
print("Running random cleanup of Azure files and models...")
302302
cleanup_azure_files()
303303
cleanup_azure_ft_models()

0 commit comments

Comments
 (0)