mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
test_mutable: don't use 75 shares (slow), now that the bug is fixed
I missed this part of Kevan's fix-1628.darcs.2.patch .
This commit is contained in:
parent
147670fd89
commit
7989fe21cc
@ -2537,7 +2537,6 @@ class Problems(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
|
||||
def test_multiply_placed_shares(self):
|
||||
self.basedir = "mutable/Problems/test_multiply_placed_shares"
|
||||
self.set_up_grid()
|
||||
self.g.clients[0].DEFAULT_ENCODING_PARAMETERS['n'] = 75
|
||||
nm = self.g.clients[0].nodemaker
|
||||
d = nm.create_mutable_file(MutableData("contents 1"))
|
||||
# remove one of the servers and reupload the file.
|
||||
|
Loading…
Reference in New Issue
Block a user