Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DRunTestLegacyScopeTest.kt81 fun testRunTestWithLargeTimeout() = runTestWithLegacyScope(dispatchTimeoutMs = 5000) { in <lambda>() method in kotlinx.coroutines.test.RunTestLegacyScopeTest
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DRunTestTest.kt197 fun testRunTestWithLargeTimeout() = runTest(timeout = 5000.milliseconds) { in <lambda>() method in kotlinx.coroutines.test.RunTestTest