We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792c9a commit 261dc70Copy full SHA for 261dc70
tests/river_fixtures/clientserver.py
@@ -1,4 +1,3 @@
1
-import asyncio
2
import logging
3
from typing import AsyncGenerator, Literal
4
@@ -64,7 +63,6 @@ async def websocket_uri_factory() -> UriAndMetadata[None]:
64
63
await client.close()
65
66
finally:
67
- await asyncio.sleep(1)
68
logging.debug("Start closing test server")
69
if binding:
70
binding.close()
0 commit comments