Skip to content

Commit d2abbfa

Browse files
alexvanyowoainikk
authored andcommitted
Fix RunTestTest.testRunTestWithLargeTimeout KDoc (#3055)
1 parent a4c9305 commit d2abbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/common/test/RunTestTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class RunTestTest {
9797
}
9898
}
9999

100-
/** Tests that too low of a dispatch timeout causes crashes. */
100+
/** Tests that real delays can be accounted for with a large enough dispatch timeout. */
101101
@Test
102102
fun testRunTestWithLargeTimeout() = runTest(dispatchTimeoutMs = 5000) {
103103
withContext(Dispatchers.Default) {

0 commit comments

Comments
 (0)