Commit 6e8f7880 authored by Denis Bilenko's avatar Denis Bilenko

test__socket.py: do not pass block=True to kill because it's the default

parent c027f79c
......@@ -44,7 +44,7 @@ class TestTCP(greentest.TestCase):
result = client.recv(1000)
assert result == 'hello world', result
sender.join(0.2)
sender.kill(block=True)
sender.kill()
#print '%s: client' % getcurrent()
......
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