From: Zooko O'Whielacronx Date: Wed, 10 Jun 2009 04:46:28 +0000 (-0700) Subject: tests: bump up timeout on a test that timed out on draco X-Git-Tag: trac-4000~93 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=bdfb80834f04f95d26e2911b1e4986647687d935;p=tahoe-lafs%2Ftahoe-lafs.git tests: bump up timeout on a test that timed out on draco --- diff --git a/src/allmydata/test/test_introducer.py b/src/allmydata/test/test_introducer.py index 535fab77..a42e0c1a 100644 --- 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()