From d971612efa999a0d417b5b14948d8a01770b9dbf Mon Sep 17 00:00:00 2001 From: Roman Meshko Date: Sun, 7 Jun 2026 15:47:11 +0300 Subject: [PATCH] Check e2e tests --- e2e/tests/test_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/test_video.py b/e2e/tests/test_video.py index b003332..e725646 100644 --- a/e2e/tests/test_video.py +++ b/e2e/tests/test_video.py @@ -73,7 +73,7 @@ def video_events(warm_engine, http_client, auth_headers): "X-Channel-Id": channel_id, "X-Filename": "video_test01.mp4", "X-Config": json.dumps( - {"model_batch_size": 1, "frame_period_recognition": 25} + {"model_batch_size": 1, "frame_period_recognition": 4} ), "Content-Type": "application/octet-stream", },