mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
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:
parent
ee9b0d1de6
commit
ff08abb67e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user