Skip to content

Commit

Permalink
Fix fork_bootstrap_flip test (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev authored Aug 5, 2022
1 parent 5c01068 commit 01fefdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/core_test/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ TEST (node, fork_bootstrap_flip)
ASSERT_TRUE (node2.store.block.exists (node2.store.tx_begin_read (), send2->hash ()));
node2.bootstrap_initiator.bootstrap (node1.network.endpoint ()); // Additionally add new peer to confirm & replace bootstrap block
auto again (true);
system0.deadline_set (50s);
system1.deadline_set (50s);
while (again)
{
Expand Down

0 comments on commit 01fefdc

Please sign in to comment.