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 28
28
import io .modelcontextprotocol .spec .McpSchema ;
29
29
import reactor .test .StepVerifier ;
30
30
31
- @ Timeout (25 )
31
+ @ Timeout (20 )
32
32
public class HttpSseMcpAsyncClientLostConnectionTests {
33
33
34
34
private static final Logger logger = LoggerFactory .getLogger (HttpSseMcpAsyncClientLostConnectionTests .class );
@@ -38,7 +38,7 @@ public class HttpSseMcpAsyncClientLostConnectionTests {
38
38
39
39
// Uses the https://github.com/tzolov/mcp-everything-server-docker-image
40
40
@ 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 " )
42
42
.withCommand ("node dist/index.js sse" )
43
43
.withLogConsumer (outputFrame -> System .out .println (outputFrame .getUtf8String ()))
44
44
.withNetwork (network )
You can’t perform that action at this time.
0 commit comments