test: wait for fee estimator to catch up before estimating fees

This commit is contained in:
ismaelsadeeq 2023-12-06 13:55:38 +01:00
parent 6d5790956f
commit 562664d263

View File

@ -112,6 +112,9 @@ BOOST_AUTO_TEST_CASE(BlockPolicyEstimates)
}
}
// Wait for fee estimator to catch up
SyncWithValidationInterfaceQueue();
std::vector<CAmount> origFeeEst;
// Highest feerate is 10*baseRate and gets in all blocks,
// second highest feerate is 9*baseRate and gets in 9/10 blocks = 90%,