Skip to content

Commit a45cdf1

Browse files
committed
Incresae HttpSseMcpAsyncClientLostConnectionTests timeout to 25s
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent ca8af35 commit a45cdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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(15)
31+
@Timeout(25)
3232
public class HttpSseMcpAsyncClientLostConnectionTests {
3333

3434
private static final Logger logger = LoggerFactory.getLogger(HttpSseMcpAsyncClientLostConnectionTests.class);

0 commit comments

Comments
 (0)