Commit ceb940d8 authored by Denis Bilenko's avatar Denis Bilenko

test__socket_timeout.py: do not do kill(block=True) since blocking is default

parent ec855e08
......@@ -14,7 +14,7 @@ class Test(unittest.TestCase):
def tearDown(self):
self.server.close()
self.acceptor.kill(block=True)
self.acceptor.kill()
del self.acceptor
del self.server
......
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