Home
last modified time | relevance | path

Searched defs:SHUTDOWN_TIMEOUT (Results 1 – 6 of 6) 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/
DVirtualTimeSource.kt11 private const val SHUTDOWN_TIMEOUT = 1000L constant
DTestBase.kt25 private const val SHUTDOWN_TIMEOUT = 1_000L // 1s at most to wait per thread in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt23 private const val SHUTDOWN_TIMEOUT = 5000L // 5 sec at most to wait constant
/external/autotest/server/hosts/
Dcros_host.py104 SHUTDOWN_TIMEOUT = 10 variable in CrosHost
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py125 SHUTDOWN_TIMEOUT = support.SHORT_TIMEOUT variable