projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc0ef7
)
test_cli: increase timeout on test_backup, since our dapper buildslave is really...
author
Brian Warner
<warner@lothar.com>
Fri, 6 Feb 2009 09:17:53 +0000
(
02:17
-0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 6 Feb 2009 09:17:53 +0000
(
02:17
-0700)
src/allmydata/test/test_cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_cli.py
b/src/allmydata/test/test_cli.py
index b2b5dc8f3f5766a04d7d3142fe978a8f28f70add..67e65a620850faa4ebdd2729ea5d9cd8d9f2e8df 100644
(file)
--- a/
src/allmydata/test/test_cli.py
+++ b/
src/allmydata/test/test_cli.py
@@
-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