From c913a61f3e85d181e5dfc675ef2cadc84ac069e5 Mon Sep 17 00:00:00 2001 From: Joshua Sosso Date: Sat, 24 Aug 2024 09:59:29 -0500 Subject: [PATCH] get test passing --- tests/clients/kotlin/src/main/kotlin/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clients/kotlin/src/main/kotlin/Main.kt b/tests/clients/kotlin/src/main/kotlin/Main.kt index 007a3290..ad51da31 100644 --- a/tests/clients/kotlin/src/main/kotlin/Main.kt +++ b/tests/clients/kotlin/src/main/kotlin/Main.kt @@ -399,7 +399,7 @@ fun testSseStreamLargeObjects( errorCount++ }, ) - Thread.sleep(1000) + Thread.sleep(5000) job.cancel() expect("$tag > open count", openCount, 1) expect("$tag > err count", errorCount, 0)