You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptEdgeCasesTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ class TypeScriptEdgeCasesTest : TypeScriptTestBase() {
166
166
}
167
167
168
168
@Test
169
-
@Timeout(30, unit =TimeUnit.SECONDS)
169
+
@Timeout(120, unit =TimeUnit.SECONDS)
170
170
funtestRapidSequentialRequests() {
171
171
val projectRoot =File(System.getProperty("user.dir"))
172
172
val clientDir =File(projectRoot, "src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/utils")
0 commit comments