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 67912f9 commit 687e482Copy full SHA for 687e482
common/kotlinx-coroutines-core-common/test/channels/BasicOperationsTest.kt
@@ -12,7 +12,7 @@ class BasicOperationsTest : TestBase() {
12
@Test
13
fun testSimpleSendReceive() = runTest {
14
// Parametrized common test :(
15
- TestChannelKind.values().forEach { kind -> testSendReceive(kind, 100) }
+ TestChannelKind.values().forEach { kind -> testSendReceive(kind, 20) }
16
}
17
18
0 commit comments