kotest-assertions / io.kotest.assertions.until / ExponentialInterval

ExponentialInterval

class ExponentialInterval : Interval

Constructors

<init>

ExponentialInterval(base: Duration)

Functions

next

Returns the next delay as a Duration.

fun next(count: Int): Duration