tests: bump up the timeout on test_repairer to see if 120 seconds was too short for François's ARM box to do the test even when it was doing it right.

This commit is contained in:
Zooko O'Whielacronx 2009-10-27 13:48:00 -08:00
parent 2695af91a7
commit 1be4d45779

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from allmydata.test import common
from allmydata.monitor import Monitor
from allmydata import check_results
@ -13,6 +14,7 @@ from no_network import GridTestMixin
READ_LEEWAY = 18
MAX_DELTA_READS = 10 * READ_LEEWAY # N = 10
timeout=240 # François's ARM box timed out after 120 seconds of Verifier.test_corrupt_crypttext_hashtree
class RepairTestMixin:
def failUnlessIsInstance(self, x, xtype):