Commit 1d0c529b authored by Denis Bilenko's avatar Denis Bilenko

test__core_watcher.py: disable timeout

parent c0650562
......@@ -4,7 +4,7 @@ from gevent import core
class Test(greentest.TestCase):
__timeout__ = 5
__timeout__ = None
def test_types(self):
loop = core.loop()
......
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