Commit 958253b8 authored by Denis Bilenko's avatar Denis Bilenko

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

--HG--
extra : transplant_source : %18%2C%D7%81%AC%D7Y%F4%5D%88%A9%E1%F7%1F%0BE-%D6%BC%D3
parent 630cbfd1
......@@ -56,7 +56,7 @@ class TestAsyncResult(greentest.TestCase):
assert result is X, 'Nobody sent anything to event2 yet it received %r' % (result, )
finally:
t.cancel()
g.kill(block=True)
g.kill()
class TestAsync_ResultAsLinkTarget(greentest.TestCase):
......
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