Home
last modified time | relevance | path

Searched defs:SHUTDOWN_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/external/autotest/site_utils/deployment/prepare/
Ddut_unittest.py41 SHUTDOWN_TIMEOUT = 0.001 variable in MockHost
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt61 private val SHUTDOWN_TIMEOUT = 1_000L // 1s at most to wait per thread in <lambda>() constant in kotlinx.coroutines.TestBase
DVirtualTimeSource.kt11 private const val SHUTDOWN_TIMEOUT = 1000L constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt25 private const val SHUTDOWN_TIMEOUT = 5000L // 5 sec at most to wait constant
/external/autotest/server/hosts/
Dcros_host.py99 SHUTDOWN_TIMEOUT = 10 variable in CrosHost