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:
2d16a16
)
test_checker.py: increase timeout for TooParallel.test_immutable (was consistently...
author
david-sarah
<david-sarah@jacaranda.org>
Wed, 3 Aug 2011 16:32:13 +0000
(09:32 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Wed, 3 Aug 2011 16:32:13 +0000
(09:32 -0700)
src/allmydata/test/test_checker.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_checker.py
b/src/allmydata/test/test_checker.py
index 5632bff293d0e86a87e7e83c1f80e95e40e1583b..ad9b4be394487dc6a6d543e4bedf12e57a81516d 100644
(file)
--- a/
src/allmydata/test/test_checker.py
+++ b/
src/allmydata/test/test_checker.py
@@
-392,4
+392,5
@@
class TooParallel(GridTestMixin, unittest.TestCase):
return res
d.addBoth(_clean_up)
return d
- test_immutable.timeout = 10
+
+ test_immutable.timeout = 40