pass
class SystemTest(SystemTestMixin, unittest.TestCase):
- timeout = 960 # It takes longer than 480 seconds on Francois's arm box.
+ timeout = 3600 # It takes longer than 960 seconds on Zandr's ARM box.
def test_connections(self):
self.basedir = "system/SystemTest/test_connections"
def extract_uri(results):
return results.uri
-timeout = 480 # Some of these take longer than 240 seconds on Francois's arm box.
+# Some of these took longer than 480 seconds on Zandr's arm box, but this may
+# have been due to an earlier test ERROR'ing out due to timeout, which seems
+# to screw up subsequent tests.
+timeout = 960
class Uploadable(unittest.TestCase):
def shouldEqual(self, data, expected):