mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
Merge pull request #1387 from hacklschorsch/raise-ci-timeouts
4126 - SystemTest: 5min instead of 3min timeout
This commit is contained in:
commit
b122cd05e5
0
newsfragments/4126.minor
Normal file
0
newsfragments/4126.minor
Normal file
@ -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