Merge pull request #1387 from hacklschorsch/raise-ci-timeouts

4126 - SystemTest: 5min instead of 3min timeout
This commit is contained in:
meejah 2024-11-15 09:23:49 -07:00 committed by GitHub
commit b122cd05e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

0
newsfragments/4126.minor Normal file
View File

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