mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
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:
parent
2695af91a7
commit
1be4d45779
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user