Align interact verify test interval with schema minimum
All checks were successful
python-syntax / syntax-check (push) Successful in 10s
All checks were successful
python-syntax / syntax-check (push) Successful in 10s
This commit is contained in:
@@ -127,7 +127,7 @@ def test_interact_verify_success_and_timeout(monkeypatch):
|
|||||||
payload = {
|
payload = {
|
||||||
"action": {"screen": 0, "action": {"action": "type", "text": "hello"}},
|
"action": {"screen": 0, "action": {"action": "type", "text": "hello"}},
|
||||||
"verify": {"type": "ocr_text_near_point", "text": "hello", "x": 100, "y": 100},
|
"verify": {"type": "ocr_text_near_point", "text": "hello", "x": 100, "y": 100},
|
||||||
"check_interval_ms": 10,
|
"check_interval_ms": 50,
|
||||||
"timeout_ms": 500,
|
"timeout_ms": 500,
|
||||||
}
|
}
|
||||||
ok_resp = client.post("/interact/verify", json=payload, headers=_auth_headers())
|
ok_resp = client.post("/interact/verify", json=payload, headers=_auth_headers())
|
||||||
|
|||||||
Reference in New Issue
Block a user