Skip to content

Commit

Permalink
leak in tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Mar 13, 2024
1 parent c3bbad1 commit c92d94c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ abstract class TransportTest : SuspendTest, TestWithLeakCheck {
@Test
open fun largePayloadFireAndForget10() = test {
(1..10).map { async { client.fireAndForget(requesterLargePayload) } }.awaitAll()
delay(100) // TODO: leak check
}

@Test
Expand Down

0 comments on commit c92d94c

Please sign in to comment.