Commit c99bfcc8 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Use more storage and replicas in client tests.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1646 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent f0f54549
......@@ -49,8 +49,9 @@ class ClientTests(NEOFunctionalTest):
def setUp(self):
NEOFunctionalTest.setUp(self)
self.neo = NEOCluster(
['test_neo1'],
['test_neo1', 'test_neo2', 'test_neo3', 'test_neo4'],
port_base=20000,
replicas=2,
master_node_count=1,
temp_dir=self.getTempDirectory()
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment