Disable Retriable sleeps during tests
We had already set the base_interval
to 0, however if a retriable
call provided a non-default value for this, we'd still be waiting for
the entire loop during testing.
We had already set the base_interval
to 0, however if a retriable
call provided a non-default value for this, we'd still be waiting for
the entire loop during testing.