Calculates how long the next backoff duration should be, given the prior calls to delay
@override Duration delay() { return delay_; }