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:
2695af9
)
tests: bump up the timeout on test_repairer to see if 120 seconds was too short for...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 27 Oct 2009 21:48:00 +0000
(13:48 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 27 Oct 2009 21:48:00 +0000
(13:48 -0800)
src/allmydata/test/test_repairer.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_repairer.py
b/src/allmydata/test/test_repairer.py
index 59886b2536d5ca5b47b2d10036b9d433ffd75c08..337f89aa1189d0c9148833003fae9ef7dfdd9cd8 100644
(file)
--- a/
src/allmydata/test/test_repairer.py
+++ b/
src/allmydata/test/test_repairer.py
@@
-1,3
+1,4
@@
+# -*- coding: utf-8 -*-
from allmydata.test import common
from allmydata.monitor import Monitor
from allmydata import check_results
@@
-13,6
+14,7
@@
from no_network import GridTestMixin
READ_LEEWAY = 18
MAX_DELTA_READS = 10 * READ_LEEWAY # N = 10
+timeout=240 # François's ARM box timed out after 120 seconds of Verifier.test_corrupt_crypttext_hashtree
class RepairTestMixin:
def failUnlessIsInstance(self, x, xtype):