The delay between retries (including the delay before the initial retry). Override this method to customize the delay.
Duration getDelay(int attempt) { return delayFunc(attempt); }