test_cli: increase timeout on test_backup, since our dapper buildslave is really slow

This commit is contained in:
Brian Warner 2009-02-06 02:17:53 -07:00
parent 5bc0ef7ffe
commit 1fd8f023ab
1 changed files with 6 additions and 0 deletions

View File

@ -834,3 +834,9 @@ class Backup(SystemTestMixin, CLITestMixin, unittest.TestCase):
return d
# on our old dapper buildslave, this test takes a long time (usually
# 130s), so we have to bump up the default 120s timeout. The create-alias
# and initial backup alone take 60s, probably because of the handful of
# dirnodes being created (RSA key generation). The backup between check4
# and check4a takes 6s, as does the backup before check4b.
test_backup.timeout = 300