mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
test_system: increase timeouts to almost 20 minutes: we have buildslaves that take more than 5 minutes to finish these tests.
This commit is contained in:
parent
1b70187ac7
commit
461d64e371
@ -204,7 +204,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
return d1
|
||||
d.addCallback(_download_nonexistent_uri)
|
||||
return d
|
||||
test_upload_and_download.timeout = 600
|
||||
test_upload_and_download.timeout = 1100
|
||||
|
||||
def flip_bit(self, good):
|
||||
return good[:-1] + chr(ord(good[-1]) ^ 0x01)
|
||||
@ -248,7 +248,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
d.addCallback(_get_done)
|
||||
d.addCallback(self._test_web)
|
||||
return d
|
||||
test_vdrive.timeout = 300
|
||||
test_vdrive.timeout = 1100
|
||||
|
||||
def _test_web(self, res):
|
||||
base = self.webish_url
|
||||
|
Loading…
Reference in New Issue
Block a user