Home
last modified time | relevance | path

Searched refs:REAL_TIME_STEP_NANOS (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt39 private const val REAL_TIME_STEP_NANOS = 200_000_000L // 200 ms in toString() constant
123 if (realNanos > checkpointNanos + REAL_TIME_STEP_NANOS) { in toString()
126 …time = (time + REAL_TIME_STEP_NANOS).coerceAtMost(if (minParkedTill < 0) Long.MAX_VALUE else minPa… in toString()