Commit c569e489 authored by Denis Bilenko's avatar Denis Bilenko

test__server.py: set bigger timeout

parent d24ddeeb
...@@ -62,6 +62,8 @@ class Settings: ...@@ -62,6 +62,8 @@ class Settings:
class TestCase(greentest.TestCase): class TestCase(greentest.TestCase):
__timeout__ = 10
def tearDown(self): def tearDown(self):
greentest.TestCase.tearDown(self) greentest.TestCase.tearDown(self)
if hasattr(self, 'server'): if hasattr(self, 'server'):
......
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