mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:14:30 +00:00
rerun pre-commit , bump up flaky unit tests delay
This commit is contained in:
parent
ec5dff28bd
commit
8874187ea9
3 changed files with 10 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ def test_chat_completion_doesnt_block_event_loop(caplog):
|
|||
caplog.set_level(logging.WARNING)
|
||||
|
||||
# Log when event loop is blocked for more than 200ms
|
||||
loop.slow_callback_duration = 0.2
|
||||
loop.slow_callback_duration = 0.5
|
||||
# Sleep for 500ms in our delayed http response
|
||||
sleep_time = 0.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue