We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddfb89 commit 2032033Copy full SHA for 2032033
kotlinx-coroutines-test/common/test/RunTestTest.kt
@@ -215,7 +215,7 @@ class RunTestTest {
215
}
216
217
}) {
218
- runTest(timeout = 1.milliseconds) {
+ runTest(timeout = 100.milliseconds) {
219
coroutineContext[CoroutineExceptionHandler]!!.handleException(coroutineContext, TestException("A"))
220
withContext(Dispatchers.Default) {
221
delay(10000)
0 commit comments