tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through the old one

This commit is contained in:
Zooko O'Whielacronx 2009-06-09 14:05:09 -07:00
parent 2e35648901
commit 974295f963

View File

@ -26,6 +26,8 @@ from allmydata.test.no_network import GridTestMixin
from twisted.internet import threads # CLI tests use deferToThread
from twisted.python import usage
timeout = 480 # deep_check takes 360s on Zandr's linksys box, others take > 240s
class CLI(unittest.TestCase):
# this test case only looks at argument-processing and simple stuff.
def test_options(self):