Fixed isolate Jetson manual e2e and stabilize SSE warmup
ci/woodpecker/push/02-build-push Pipeline was successful
ci/woodpecker/manual/02-build-push Pipeline was canceled
ci/woodpecker/manual/01-test Pipeline was canceled

This commit is contained in:
Roman Meshko
2026-05-08 17:25:00 +03:00
parent 01ac4725c1
commit f63e33eef2
4 changed files with 52 additions and 6 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ def test_ft_p08_immediate_async_response(
assert r.status_code == 202
@pytest.mark.timeout(10)
@pytest.mark.timeout(30)
def test_ft_p09_sse_event_delivery(
warm_engine, http_client, jwt_token
):
media_id = f"sse-{uuid.uuid4().hex}"
media_id = f"event-{uuid.uuid4().hex}"
channel_id = str(uuid.uuid4())
body = _ai_config_video()
auth_header = {"Authorization": f"Bearer {jwt_token}"}