Skip to content

Commit aacc631

Browse files
committed
Bump the StdioMcpAsyncClientTests initialization timeout to 10s
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent fb40047 commit aacc631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/src/test/java/io/modelcontextprotocol/client/StdioMcpAsyncClientTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected McpClientTransport createMcpTransport() {
3737
}
3838

3939
protected Duration getInitializationTimeout() {
40-
return Duration.ofSeconds(6);
40+
return Duration.ofSeconds(10);
4141
}
4242

4343
}

0 commit comments

Comments
 (0)