From 974295f963658b515c381f5c148ea330cb56fd09 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 9 Jun 2009 14:05:09 -0700 Subject: [PATCH] tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through the old one --- src/allmydata/test/test_cli.py | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.45.2