bump test timeout even higher

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...
This commit is contained in:
Zooko O'Whielacronx 2007-05-02 15:31:05 -07:00
parent ee9b0d1de6
commit ff08abb67e

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