Commit 42a736c8 authored by Denis Bilenko's avatar Denis Bilenko

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

parent 48494265
......@@ -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