Fix node.password_fanout test with running beta node (#1269)
This commit is contained in:
parent
b3c7124be7
commit
7578b816cb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue