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 21ce9c0 commit b4a9cd3Copy full SHA for b4a9cd3
common/kotlinx-coroutines-core-common/test/channels/SendReceiveStressTest.kt
@@ -28,7 +28,7 @@ class SendReceiveStressTest : TestBase() {
28
}
29
30
private suspend fun testStress(channel: Channel<Int>) {
31
- val n = 1_000 // Do not increase, otherwise node.js will fail with timeout :(
+ val n = 100 // Do not increase, otherwise node.js will fail with timeout :(
32
val sender = launch(coroutineContext) {
33
for (i in 1..n) {
34
channel.send(i)
0 commit comments