]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: bump up timeout on a test that timed out on draco
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 10 Jun 2009 04:46:28 +0000 (21:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 10 Jun 2009 04:46:28 +0000 (21:46 -0700)
src/allmydata/test/test_introducer.py

index 535fab7796ee02155c7e0a67b7f1a59d31d690f9..a42e0c1aae7c88c09c25a9404bf9771bf933663f 100644 (file)
@@ -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()