Skip to content

Commit

Permalink
Fix RunTestTest.testRunTestWithLargeTimeout KDoc (Kotlin#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Dec 7, 2021
1 parent 8d8d7ab commit a6b17dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-test/common/test/RunTestTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class RunTestTest {
}
}

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

0 comments on commit a6b17dc

Please sign in to comment.