File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mcp/src/test/java/io/modelcontextprotocol/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828import io .modelcontextprotocol .spec .McpSchema ;
2929import reactor .test .StepVerifier ;
3030
31- @ Timeout (25 )
31+ @ Timeout (20 )
3232public class HttpSseMcpAsyncClientLostConnectionTests {
3333
3434 private static final Logger logger = LoggerFactory .getLogger (HttpSseMcpAsyncClientLostConnectionTests .class );
@@ -38,7 +38,7 @@ public class HttpSseMcpAsyncClientLostConnectionTests {
3838
3939 // Uses the https://github.com/tzolov/mcp-everything-server-docker-image
4040 @ SuppressWarnings ("resource" )
41- static GenericContainer <?> container = new GenericContainer <>("docker.io/tzolov/mcp-everything-server:v3 " )
41+ static GenericContainer <?> container = new GenericContainer <>("docker.io/tzolov/mcp-everything-server:v2 " )
4242 .withCommand ("node dist/index.js sse" )
4343 .withLogConsumer (outputFrame -> System .out .println (outputFrame .getUtf8String ()))
4444 .withNetwork (network )
You can’t perform that action at this time.
0 commit comments