mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 16:38:49 +00:00
test(exec): relax wait-for timing on Windows
This commit is contained in:
parent
995cc44e89
commit
07ad0bafa8
@ -236,7 +236,7 @@ def test_write_stdin_can_terminate_session(tmp_path):
|
|||||||
waited = await stdin_tool.execute(
|
waited = await stdin_tool.execute(
|
||||||
session_id=sid,
|
session_id=sid,
|
||||||
wait_for="ready",
|
wait_for="ready",
|
||||||
wait_timeout_ms=1000,
|
wait_timeout_ms=10000,
|
||||||
yield_time_ms=0,
|
yield_time_ms=0,
|
||||||
)
|
)
|
||||||
result = await stdin_tool.execute(
|
result = await stdin_tool.execute(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user