From 07ad0bafa81d34d50b687f777a33edc7195f1751 Mon Sep 17 00:00:00 2001 From: yu-xin-c <2182712990@qq.com> Date: Fri, 10 Jul 2026 01:24:59 +0800 Subject: [PATCH] test(exec): relax wait-for timing on Windows --- tests/tools/test_exec_session_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/test_exec_session_tools.py b/tests/tools/test_exec_session_tools.py index cf20eb53..3622058a 100644 --- a/tests/tools/test_exec_session_tools.py +++ b/tests/tools/test_exec_session_tools.py @@ -236,7 +236,7 @@ def test_write_stdin_can_terminate_session(tmp_path): waited = await stdin_tool.execute( session_id=sid, wait_for="ready", - wait_timeout_ms=1000, + wait_timeout_ms=10000, yield_time_ms=0, ) result = await stdin_tool.execute(