The mini_miner
, txdownloadman
, txdownloadman_impl
, and tx_pool_standard
fuzz targets are all slow-running targets. Fix this by reducing the iteration count in the LIMITED_WHILE
loops.
This should help decrease the run time of the fuzz CI jobs. See #33425.
Addresses #32870 as well.