We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8d7ab commit a6b17dcCopy full SHA for a6b17dc
kotlinx-coroutines-test/common/test/RunTestTest.kt
@@ -97,7 +97,7 @@ class RunTestTest {
97
}
98
99
100
- /** Tests that too low of a dispatch timeout causes crashes. */
+ /** Tests that real delays can be accounted for with a large enough dispatch timeout. */
101
@Test
102
fun testRunTestWithLargeTimeout() = runTest(dispatchTimeoutMs = 5000) {
103
withContext(Dispatchers.Default) {
0 commit comments