test(sync): 容忍正确性用例中的输入输出停顿

This commit is contained in:
2026-09-09 13:14:48 +08:00
parent ebb042695a
commit d96e8f9cc0
2 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ def free_port() -> int:
return listener.getsockname()[1]
def call(method: str, url: str, *, headers=None, body=None, timeout=30):
def call(method: str, url: str, *, headers=None, body=None, timeout=120):
request_headers = dict(headers or {})
payload = body
if isinstance(body, (dict, list)):