Extend timeout.

This commit is contained in:
Itamar Turner-Trauring 2020-09-01 12:46:16 -04:00
parent 063ee18da3
commit f5a689f0e0

View File

@ -980,6 +980,8 @@ class CountingDataUploadable(upload.Data):
class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
timeout = 180
def test_connections(self):
self.basedir = "system/SystemTest/test_connections"
d = self.set_up_nodes()