Commit 4c5f437c authored by Denis Bilenko's avatar Denis Bilenko

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

--HG--
extra : transplant_source : %DA%A6%FE%D6%3F%DE%F5%7B%D4%26%80k%2C%26%96%070%60%3EO
parent f7a95cd6
......@@ -55,7 +55,7 @@ class TestGreenness(greentest.TestCase):
def tearDown(self):
self.httpd.server_close()
self.gthread.kill(block=True)
self.gthread.kill()
def test_urllib2(self):
self.assertEqual(self.httpd.request_count, 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