Skip to content

Commit 1b4db1e

Browse files
committed
TODO: better handle connection cancellation in tests
1 parent f9ac842 commit 1b4db1e

File tree

1 file changed

+1
-0
lines changed
  • rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests

1 file changed

+1
-0
lines changed

rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ abstract class TransportTest : SuspendTest {
7474
@Test
7575
fun metadataPush10() = test {
7676
(1..10).map { async { client.metadataPush(packet(requesterData)) } }.awaitAll()
77+
delay(500) // TODO
7778
}
7879

7980
@Test

0 commit comments

Comments
 (0)