]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bump timeout up because it timed out even on my super fast MacBook Pro
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 06:16:06 +0000 (23:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 06:16:06 +0000 (23:16 -0700)
Hm.  This probably means that it is never going to finish...

src/allmydata/test/test_introducer.py

index 93347c5e52a0c7d7f2008cb969e3bdca7f9466a6..b5d3b490b7d9a97db75b1d9fe3261386488f7aa8 100644 (file)
@@ -143,7 +143,7 @@ class TestIntroducer(unittest.TestCase):
             # now disconnect somebody's connection to themselves
         d.addCallback(_check_again2)
         return d
-    test_system.timeout = 1200
+    test_system.timeout = 2400
 
     def stall(self, res, timeout):
         d = defer.Deferred()