Commit 00912196 authored by Denis Bilenko's avatar Denis Bilenko

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

parent 054db673
......@@ -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