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:
974295f
)
tests: bump up timeout on a test that timed out on draco
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 10 Jun 2009 04:46:28 +0000
(21:46 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 10 Jun 2009 04:46:28 +0000
(21:46 -0700)
src/allmydata/test/test_introducer.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_introducer.py
b/src/allmydata/test/test_introducer.py
index 535fab7796ee02155c7e0a67b7f1a59d31d690f9..a42e0c1aae7c88c09c25a9404bf9771bf933663f 100644
(file)
--- a/
src/allmydata/test/test_introducer.py
+++ b/
src/allmydata/test/test_introducer.py
@@
-97,6
+97,7
@@
class SystemTest(SystemTestMixin, unittest.TestCase):
i.setServiceParent(self.parent)
self.introducer_furl = self.central_tub.registerReference(i)
return self.do_system_test()
+ test_system.timeout = 480 # occasionally takes longer than 350s on "draco"
def test_system_oldserver(self):
i = old.IntroducerService_V1()