Skip to content

Commit 261dc70

Browse files
Remove sleep
1 parent b792c9a commit 261dc70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/river_fixtures/clientserver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import logging
32
from typing import AsyncGenerator, Literal
43

@@ -64,7 +63,6 @@ async def websocket_uri_factory() -> UriAndMetadata[None]:
6463
await client.close()
6564

6665
finally:
67-
await asyncio.sleep(1)
6866
logging.debug("Start closing test server")
6967
if binding:
7068
binding.close()

0 commit comments

Comments
 (0)