mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
Integration tests: 5min instead of 3min timeout
Recently, mostly on CircleCI, the CI test suite runs into timeouts, often leading to subsequent "Dirty Reactor" errors. Increasing the timeout makes this happen less often. Refs ticket: 4085, 4022, 2994
This commit is contained in:
parent
6cf67471f1
commit
549cb8e0ba
@ -115,7 +115,7 @@ class CountingDataUploadable(upload.Data):
|
||||
class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
|
||||
"""Foolscap integration-y tests."""
|
||||
FORCE_FOOLSCAP_FOR_STORAGE = True
|
||||
timeout = 180
|
||||
timeout = 300
|
||||
|
||||
@property
|
||||
def basedir(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user