Skip to content

Commit be02dcd

Browse files
committed
fixup! Introduce Kotlin integration tests
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 2d73525 commit be02dcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import org.junit.jupiter.api.AfterEach
55
import org.junit.jupiter.api.BeforeEach
66
import org.junit.jupiter.api.Test
77
import org.junit.jupiter.api.Timeout
8-
import java.io.File
98
import java.util.concurrent.TimeUnit
109
import kotlin.test.assertTrue
1110

@@ -87,7 +86,7 @@ class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
8786
}
8887

8988
@Test
90-
@Timeout(30, unit = TimeUnit.SECONDS)
89+
@Timeout(120, unit = TimeUnit.SECONDS)
9190
fun testMultipleClientSequence() {
9291
val testName1 = "FirstClient"
9392
val command1 = "npx tsx myClient.ts $serverUrl greet $testName1"

0 commit comments

Comments
 (0)