Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt45 val waitTill = System.currentTimeMillis() + WAIT_LOST_THREADS in checkTestThreads() constant
53 } while (System.currentTimeMillis() <= waitTill) in checkTestThreads()