Commit 76af3ed1 authored by Denis Bilenko's avatar Denis Bilenko

coros_test.py - don't setup timeout, it's already set by greentest.TestCase

parent 88c00151
......@@ -25,12 +25,6 @@ from gevent import coros
class TestEvent(TestCase):
mode = 'static'
def setUp(self):
# raise an exception if we're waiting forever
self._cancel_timeout = gevent.timeout(1, RuntimeError('test takes too long'))
def tearDown(self):
self._cancel_timeout.cancel()
def test_waiting_for_event(self):
evt = coros.event()
......
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