pass
class SystemTest(SystemTestMixin, unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+ timeout = 480 # It takes longer than 240 seconds on Francois's arm box.
def test_connections(self):
self.basedir = "system/SystemTest/test_connections"
def extract_uri(results):
return results.uri
+timeout = 240 # Most of these take longer than 120 seconds on Francois's arm box.
+
class Uploadable(unittest.TestCase):
def shouldEqual(self, data, expected):
self.failUnless(isinstance(data, list))
self.failUnless("12 cubits" in str(e))
class Limiter(unittest.TestCase):
+ timeout = 240 # This takes longer than 120 seconds on Francois's arm box.
+
def job(self, i, foo):
self.calls.append( (i, foo) )
self.simultaneous += 1
# create a fake uploader/downloader, and a couple of fake dirnodes, then
# create a webserver that works against them
+timeout = 240 # Most of these take longer than 120 seconds on Francois's arm box.
+
class FakeIntroducerClient:
def get_all_connectors(self):
return {}