withTurbineTimeout

suspend fun <T> withTurbineTimeout(timeout: Duration, block: suspend CoroutineScope.() -> T): T

Sets a timeout for all Turbine instances within this context. If this timeout is not set, the default value is 3sec.