test_system: bump up timeout again, the new extra download forms take more time on poor overloaded slave1

This commit is contained in:
Brian Warner 2007-04-16 15:53:25 -07:00
parent 88a7fdcaab
commit 281a0d376c

View 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"