]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system: bump up timeout again, the new extra download forms take more time on...
authorBrian Warner <warner@allmydata.com>
Mon, 16 Apr 2007 22:53:25 +0000 (15:53 -0700)
committerBrian Warner <warner@allmydata.com>
Mon, 16 Apr 2007 22:53:25 +0000 (15:53 -0700)
src/allmydata/test/test_system.py

index 08e83689c8cf1a7f9c5c7e726e90625bf15c7de5..0a92d4077fda93eadbf970f613257b4b1aa6587a 100644 (file)
@@ -159,7 +159,7 @@ class SystemTest(unittest.TestCase):
         d.addCallback(_download_to_filehandle_done)
 
         return d
-    test_upload_and_download.timeout = 300
+    test_upload_and_download.timeout = 600
 
     def test_vdrive(self):
         self.basedir = "test_system/SystemTest/test_vdrive"