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:
5f61bad
)
tests: bump up the timeout on test_dirnode.Dirnode from 240s to 480s since it apparen...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Nov 2010 09:21:19 +0000
(
01:21
-0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Nov 2010 09:21:19 +0000
(
01:21
-0800)
src/allmydata/test/test_dirnode.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_dirnode.py
b/src/allmydata/test/test_dirnode.py
index 8122defb3a93990888b66c64cc5ac9e122e76f3c..59b31afbed4192fc0223eeef87f15cacf3f2dca1 100644
(file)
--- a/
src/allmydata/test/test_dirnode.py
+++ b/
src/allmydata/test/test_dirnode.py
@@
-55,7
+55,7
@@
one_nfd = u"one\u0304"
class Dirnode(GridTestMixin, unittest.TestCase,
testutil.ReallyEqualMixin, testutil.ShouldFailMixin, testutil.StallMixin, ErrorMixin):
- timeout =
240 # It takes longer than 12
0 seconds on Francois's arm box.
+ timeout =
480 # It occasionally takes longer than 24
0 seconds on Francois's arm box.
def test_basic(self):
self.basedir = "dirnode/Dirnode/test_basic"