from allmydata.test.common_util import StallMixin
from allmydata.test.no_network import GridTestMixin
-class MutableChecker(GridTestMixin, unittest.TestCase, ErrorMixin):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+timeout = 960 # Most of these take longer than 340 seconds on Zand's ARM box.
+class MutableChecker(GridTestMixin, unittest.TestCase, ErrorMixin):
def _run_cli(self, argv):
stdout, stderr = StringIO(), StringIO()
# this can only do synchronous operations
class DeepCheckWebBad(DeepCheckBase, unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
-
def test_bad(self):
self.basedir = "deepcheck/DeepCheckWebBad/bad"
self.set_up_grid()
return d
class Large(DeepCheckBase, unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
def test_lots_of_lits(self):
self.basedir = "deepcheck/Large/lots_of_lits"
self.set_up_grid()
class Deleter(GridTestMixin, unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+ timeout = 3600 # It takes longer than 433 seconds on Zandr's ARM box.
def test_retry(self):
# ticket #550, a dirnode.delete which experiences an
# UncoordinatedWriteError will fail with an incorrect "you're
#--------- END stored_shares.py ----------------
class DownloadTest(GridTestMixin, unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+ timeout = 2400 # It takes longer than 240 seconds on Zandr's ARM box.
def test_download(self):
self.basedir = self.mktemp()
self.set_up_grid()
return defer.DeferredList(dl)
class Encode(unittest.TestCase):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+ timeout = 2400 # It takes longer than 240 seconds on Zandr's ARM box.
def do_encode(self, max_segment_size, datalen, NUM_SHARES, NUM_SEGMENTS,
expected_block_hashes, expected_share_hashes):
self.producer.stopProducing()
class Roundtrip(unittest.TestCase, testutil.ShouldFailMixin):
- timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+ timeout = 2400 # It takes longer than 240 seconds on Zandr's ARM box.
def send_and_recover(self, k_and_happy_and_n=(25,75,100),
AVAILABLE_SHARES=None,
datalen=76,