From bdfb80834f04f95d26e2911b1e4986647687d935 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 9 Jun 2009 21:46:28 -0700
Subject: [PATCH] tests: bump up timeout on a test that timed out on draco

---
 src/allmydata/test/test_introducer.py | 1 +
 1 file changed, 1 insertion(+)

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()
-- 
2.45.2