Skip to content

Commit

Permalink
Fix intermittent failure in request_aggregator.two test where the sta…
Browse files Browse the repository at this point in the history
…t counters would be a multiple of what's expected, indicating multiple requests were received.
  • Loading branch information
clemahieu committed Jun 18, 2024
1 parent c11def0 commit be28e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/core_test/request_aggregator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ TEST (request_aggregator, two)
nano::test::system system;
nano::node_config node_config = system.default_config ();
node_config.frontiers_confirmation = nano::frontiers_confirmation_mode::disabled;
node_config.active_elections.size = 0;
auto & node (*system.add_node (node_config));
system.wallet (0)->insert_adhoc (nano::dev::genesis_key.prv);
nano::keypair key1;
Expand Down

0 comments on commit be28e2b

Please sign in to comment.