mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
tests: significantly increase timeouts that triggered on Zandr's ARM box
This commit is contained in:
parent
69a3b23b34
commit
0ed65fba34
@ -63,7 +63,7 @@ class GrabEverythingConsumer:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
class SystemTest(SystemTestMixin, unittest.TestCase):
|
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):
|
def test_connections(self):
|
||||||
self.basedir = "system/SystemTest/test_connections"
|
self.basedir = "system/SystemTest/test_connections"
|
||||||
|
@ -22,7 +22,10 @@ MiB = 1024*1024
|
|||||||
def extract_uri(results):
|
def extract_uri(results):
|
||||||
return results.uri
|
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):
|
class Uploadable(unittest.TestCase):
|
||||||
def shouldEqual(self, data, expected):
|
def shouldEqual(self, data, expected):
|
||||||
|
Loading…
Reference in New Issue
Block a user