Performance and stability improvements.

This commit is contained in:
Aaron Heise 2023-02-12 22:34:36 -06:00
parent 5e755acad4
commit d76b36cd63
2 changed files with 31 additions and 30 deletions

View file

@ -104,7 +104,7 @@ async def test_echo_live():
@pytest.mark.asyncio
async def test_event_wait_any():
delay = 0.1
delay = 0.5
with multiprocessing.pool.ThreadPool() as pool:
loop = asyncio.get_running_loop()
evt1 = asyncio.Event()