delaySubscription

fun <T> Single<T>.delaySubscription(delay: Duration, scheduler: Scheduler): Single<T>

Delays the actual subscription to the Single for the specified time.

Please refer to the corresponding RxJava document.