From: Brian Warner Date: Mon, 16 Apr 2007 22:53:25 +0000 (-0700) Subject: test_system: bump up timeout again, the new extra download forms take more time on... X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~96 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/priv.html?a=commitdiff_plain;h=281a0d376cf0cf9e695507aafaafbb91598fea7b;p=tahoe-lafs%2Ftahoe-lafs.git test_system: bump up timeout again, the new extra download forms take more time on poor overloaded slave1 --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 08e83689..0a92d407 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -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"