]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
unit tests: bump up a timeout which I encountered when running on a very slow machine
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Nov 2007 21:47:35 +0000 (14:47 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Nov 2007 21:47:35 +0000 (14:47 -0700)
src/allmydata/test/test_system.py

index 20515bcf911c0d7db85566e64c7e3e419ec4e41a..6fbc16123660b046858a54015ac94ce1224e5b20 100644 (file)
@@ -399,6 +399,9 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
         d.addCallback(_created_dirnode)
 
         return d
+    # The default 120 second timeout went off when running it under valgrind
+    # on my old Windows laptop, so I'm bumping up the timeout.
+    test_mutable.timeout = 240
 
     def flip_bit(self, good):
         return good[:-1] + chr(ord(good[-1]) ^ 0x01)