mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
tests: raise the timeout for test_cli since Zandr's ARM machine totally burst through the old one
This commit is contained in:
parent
2e35648901
commit
974295f963
@ -26,6 +26,8 @@ from allmydata.test.no_network import GridTestMixin
|
|||||||
from twisted.internet import threads # CLI tests use deferToThread
|
from twisted.internet import threads # CLI tests use deferToThread
|
||||||
from twisted.python import usage
|
from twisted.python import usage
|
||||||
|
|
||||||
|
timeout = 480 # deep_check takes 360s on Zandr's linksys box, others take > 240s
|
||||||
|
|
||||||
class CLI(unittest.TestCase):
|
class CLI(unittest.TestCase):
|
||||||
# this test case only looks at argument-processing and simple stuff.
|
# this test case only looks at argument-processing and simple stuff.
|
||||||
def test_options(self):
|
def test_options(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user