mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 13:11:09 +00:00
Fixed isolate Jetson manual e2e and stabilize SSE warmup
This commit is contained in:
@@ -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}"}
|
||||
|
||||
Reference in New Issue
Block a user