diff --git a/tests/test_ocr_and_interact.py b/tests/test_ocr_and_interact.py index ef5f813..7116008 100644 --- a/tests/test_ocr_and_interact.py +++ b/tests/test_ocr_and_interact.py @@ -127,7 +127,7 @@ def test_interact_verify_success_and_timeout(monkeypatch): payload = { "action": {"screen": 0, "action": {"action": "type", "text": "hello"}}, "verify": {"type": "ocr_text_near_point", "text": "hello", "x": 100, "y": 100}, - "check_interval_ms": 10, + "check_interval_ms": 50, "timeout_ms": 500, } ok_resp = client.post("/interact/verify", json=payload, headers=_auth_headers())