]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bump test timeout even higher
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 22:31:05 +0000 (15:31 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 22:31:05 +0000 (15:31 -0700)
It does indeed take longer than 2400 seconds to run test_upload_and_download on a virtual windows machine when the underlying real machine is heavily loaded down with filesystem analysis runs...

src/allmydata/test/test_system.py

index 4cfdc453619885da0751a25f183cb99716c5b554..e692c7713a6d28914ce9921fdb6126fbf16a4ad4 100644 (file)
@@ -204,7 +204,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
             return d1
         d.addCallback(_download_nonexistent_uri)
         return d
-    test_upload_and_download.timeout = 2400
+    test_upload_and_download.timeout = 4800
 
     def flip_bit(self, good):
         return good[:-1] + chr(ord(good[-1]) ^ 0x01)