mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-02 06:16:13 -04:00
Performance and stability improvements.
This commit is contained in:
parent
5e755acad4
commit
d76b36cd63
2 changed files with 31 additions and 30 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue