Skip to content

Commit 3833e53

Browse files
committed
Increase the StdioMcpAsyncClientTests initializationTimeout from 6 to 10 sec
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 10d2f32 commit 3833e53

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)