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 3b843a8 commit 448ecaaCopy full SHA for 448ecaa
kotlinx-coroutines-core/jvm/test/channels/TickerChannelCommonTest.kt
@@ -93,6 +93,7 @@ class TickerChannelCommonTest(private val channelFactory: Channel) : TestBase()
93
fun testComplexOperator() = withVirtualTimeSource {
94
runTest {
95
val producer = GlobalScope.produce {
96
+ delay(1) // ensure that the ordering of dispatches doesn't affect the result
97
for (i in 1..7) {
98
send(i)
99
delay(1000)
0 commit comments