Skip to content

Commit 95f5f4b

Browse files
committed
Revert HttpSseMcpAsyncClientLostConnectionTests to everything:v2
Signed-off-by: Christian Tzolov <[email protected]>
1 parent a45cdf1 commit 95f5f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import io.modelcontextprotocol.spec.McpSchema;
2929
import reactor.test.StepVerifier;
3030

31-
@Timeout(25)
31+
@Timeout(20)
3232
public 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)

0 commit comments

Comments
 (0)