Commit 466879df authored by Denis Bilenko's avatar Denis Bilenko

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

--HG--
extra : transplant_source : %D04%E3%7B%BA%F5%C6_%1D%86%9A%9C%0AK%12rk%85%98p
parent 6994a1a7
......@@ -224,7 +224,7 @@ class TestDefaultSpawn(TestCase):
assert not self.server.started
self.assertConnectionRefused()
finally:
g.kill(block=True)
g.kill()
def test_serve_forever(self):
self.server = self.ServerSubClass(('127.0.0.1', 0))
......
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