Searched refs:testRunTestWithLargeTimeout (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ | ||
D | RunTestLegacyScopeTest.kt | 81 fun testRunTestWithLargeTimeout() = runTestWithLegacyScope(dispatchTimeoutMs = 5000) { in <lambda>() method in kotlinx.coroutines.test.RunTestLegacyScopeTest |
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ | ||
D | RunTestTest.kt | 197 fun testRunTestWithLargeTimeout() = runTest(timeout = 5000.milliseconds) { in <lambda>() method in kotlinx.coroutines.test.RunTestTest |