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:
e8b4f02
)
unit tests: bump up a timeout which I encountered when running on a very slow machine
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Nov 2007 21:47:35 +0000
(14:47 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Nov 2007 21:47:35 +0000
(14:47 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 20515bcf911c0d7db85566e64c7e3e419ec4e41a..6fbc16123660b046858a54015ac94ce1224e5b20 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-399,6
+399,9
@@
class SystemTest(testutil.SignalMixin, unittest.TestCase):
d.addCallback(_created_dirnode)
return d
+ # The default 120 second timeout went off when running it under valgrind
+ # on my old Windows laptop, so I'm bumping up the timeout.
+ test_mutable.timeout = 240
def flip_bit(self, good):
return good[:-1] + chr(ord(good[-1]) ^ 0x01)