Skip to content

Commit 17a3694

Browse files
committed
fixup! Introduce Kotlin integration tests
Signed-off-by: Sergey Karpov <sergey.karpov@jetbrains.com>
1 parent 17f72b8 commit 17a3694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptClientKotlinServerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
152152
}
153153
threads.add(thread)
154154
thread.start()
155-
Thread.sleep(100)
155+
Thread.sleep(500)
156156
}
157157

158158
threads.forEach { it.join() }

0 commit comments

Comments
 (0)