Skip to content

Commit ae225bd

Browse files
committed
Sleep in RunningThreadStackMergeTest that relies on time
1 parent 9077b01 commit ae225bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-debug/test/RunningThreadStackMergeTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class RunningThreadStackMergeTest : DebugTestBase() {
7070
fun testStackMergeEscapeSuspendMethod() = runTest {
7171
launchEscapingCoroutine()
7272
awaitCoroutineStarted()
73+
Thread.sleep(10)
7374
verifyDump(
7475
"Coroutine \"coroutine#1\":BlockingCoroutine{Active}@62230679", // <- this one is ignored
7576
"Coroutine \"coroutine#2\":StandaloneCoroutine{Active}@3aea3c67, state: RUNNING\n" +

0 commit comments

Comments
 (0)