Commit d1223a7a authored by Yury Selivanov's avatar Yury Selivanov

asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tulip codebase

parent 5d0a790f
......@@ -448,7 +448,7 @@ class EventLoopTestsMixin:
listener = socket.socket()
listener.setblocking(False)
listener.bind(('127.0.0.1', 0))
listener.listen()
listener.listen(1)
client = socket.socket()
client.connect(listener.getsockname())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment