We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9077b01 commit ae225bdCopy full SHA for ae225bd
kotlinx-coroutines-debug/test/RunningThreadStackMergeTest.kt
@@ -70,6 +70,7 @@ class RunningThreadStackMergeTest : DebugTestBase() {
70
fun testStackMergeEscapeSuspendMethod() = runTest {
71
launchEscapingCoroutine()
72
awaitCoroutineStarted()
73
+ Thread.sleep(10)
74
verifyDump(
75
"Coroutine \"coroutine#1\":BlockingCoroutine{Active}@62230679", // <- this one is ignored
76
"Coroutine \"coroutine#2\":StandaloneCoroutine{Active}@3aea3c67, state: RUNNING\n" +
0 commit comments