From: Zooko O'Whielacronx Date: Tue, 9 Jun 2009 21:05:09 +0000 (-0700) Subject: tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through... X-Git-Tag: trac-4000~94 X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=974295f963658b515c381f5c148ea330cb56fd09;p=tahoe-lafs%2Ftahoe-lafs.git tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through the old one --- diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index 21736429..84d17334 100644 --- a/src/allmydata/test/test_cli.py +++ b/src/allmydata/test/test_cli.py @@ -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):