]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Jun 2009 21:05:09 +0000 (14:05 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Jun 2009 21:05:09 +0000 (14:05 -0700)
src/allmydata/test/test_cli.py

index 21736429f07a022f1685842f29e0ce2e5015440a..84d17334a5c98433f110dc7059b5845ed6dcb1a3 100644 (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):