Skip to content

Commit 687e482

Browse files
committed
Decreased number of ops on BasicOperationsTest.testSimpleSendReceive
To avoid timeout on JS tests on slow Mac agents
1 parent 67912f9 commit 687e482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/kotlinx-coroutines-core-common/test/channels/BasicOperationsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class BasicOperationsTest : TestBase() {
1212
@Test
1313
fun testSimpleSendReceive() = runTest {
1414
// Parametrized common test :(
15-
TestChannelKind.values().forEach { kind -> testSendReceive(kind, 100) }
15+
TestChannelKind.values().forEach { kind -> testSendReceive(kind, 20) }
1616
}
1717

1818
@Test

0 commit comments

Comments
 (0)