Check e2e tests
ci/woodpecker/manual/e2e-smoke-jetson Pipeline was successful

This commit is contained in:
Roman Meshko
2026-06-07 15:47:11 +03:00
parent 42f9e022cb
commit d971612efa
+1 -1
View File
@@ -73,7 +73,7 @@ def video_events(warm_engine, http_client, auth_headers):
"X-Channel-Id": channel_id, "X-Channel-Id": channel_id,
"X-Filename": "video_test01.mp4", "X-Filename": "video_test01.mp4",
"X-Config": json.dumps( "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", "Content-Type": "application/octet-stream",
}, },