Skip to content

Commit 5b99b7e

Browse files
authored
Revert "test(Increase-timeout-of-integrationt-test.): Increase timeout to 30 seconds to fix integration tests (#60)" (#89)
This reverts commit c4c7484. Revert the change to increase timeout of integ tests. The timeout was actually an issue because with the transport being used, the proxy creates session for every requests. Because we are using stdio which is not aware of the sessionId, the client calls proxy with session ID, and proxy creates a new session.
1 parent da18ca7 commit 5b99b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/mcp/simple_mcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def build_mcp_client(
2727
**_build_mcp_config(endpoint=endpoint, region_name=region_name, metadata=metadata)
2828
),
2929
elicitation_handler=_basic_elicitation_handler,
30-
timeout=30.0, # seconds
30+
timeout=10.0, # seconds
3131
)
3232

3333

0 commit comments

Comments
 (0)