Skip to content

Commit f94f4c1

Browse files
committed
fixup! Introduce Kotlin integration tests
1 parent 3e41d16 commit f94f4c1

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/TypeScriptEdgeCasesTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class TypeScriptEdgeCasesTest : TypeScriptTestBase() {
166166
}
167167

168168
@Test
169-
@Timeout(30, unit = TimeUnit.SECONDS)
169+
@Timeout(120, unit = TimeUnit.SECONDS)
170170
fun testRapidSequentialRequests() {
171171
val projectRoot = File(System.getProperty("user.dir"))
172172
val clientDir = File(projectRoot, "src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/utils")

0 commit comments

Comments
 (0)