Fix node.password_fanout test with running beta node (#1269)

This commit is contained in:
SergiySW 2018-10-07 19:34:25 +03:00 committed by Roy Keene
commit 7578b816cb

View file

@ -38,6 +38,7 @@ TEST (node, password_fanout)
rai::alarm alarm (*service);
auto path (rai::unique_path ());
rai::node_config config;
config.peering_port = 24000;
config.logging.init (path);
rai::work_pool work (std::numeric_limits<unsigned>::max (), nullptr);
config.password_fanout = 10;