Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Asida <[email protected]>
  • Loading branch information
tomeras91 committed Nov 27, 2024
1 parent b35a063 commit ff1d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entrypoints/openai/test_async_tokenization.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_response_time(url):
tasks = [
asyncio.create_task(create_func(**body)) for _ in range(num_requests)
]
await asyncio.sleep(1)
await asyncio.sleep(1) # give the tasks a chance to start running
load_response_time = get_response_time(server.url_for("health"))

with contextlib.suppress(openai.APIStatusError):
Expand Down

0 comments on commit ff1d6a9

Please sign in to comment.