mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
tests: drastically increase timeout of this very time-consuming test in honor of François's ARM box
This commit is contained in:
parent
d826db89af
commit
faade8b20a
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
from cStringIO import StringIO
|
||||
@ -272,6 +273,7 @@ class Consolidate(GridTestMixin, CLITestMixin, ReallyEqualMixin, unittest.TestCa
|
||||
d.addCallback(check_consolidation)
|
||||
|
||||
return d
|
||||
test_basic.timeout = 28800 # It took more than 7200 seconds on François's ARM
|
||||
|
||||
def build_manifest(self, root):
|
||||
# like dirnode.build_manifest, but this one doesn't skip duplicate
|
||||
|
Loading…
Reference in New Issue
Block a user