coverage ci builds are have become flaky presumably because of the overhead added in https://github.com/solana-labs/solana/pull/17236 for very small test clusters. This commit uses a smaller min number of bloom items condition on that if debug assertions are enabled or not. Previous attempt at fixing the flakiness: https://github.com/solana-labs/solana/pull/17408