Constant CHECK_INTERVAL

Source
pub const CHECK_INTERVAL: Duration;
Expand description

The amount of time between checking for new blocks and starting new scans.

TODO: The current value is set to 10 so that tests don’t sleep for too long and finish faster. Set it to 30 after #8250 gets addressed or remove this const completely in the refactor.