From 38991c7db888ec2b55a4587f190ae125cad9ed4c Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Tue, 16 Jun 2026 23:38:28 +0200 Subject: [PATCH] test(podcasts): update integration fixtures for second-based duration --- surfsense_backend/tests/integration/podcasts/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_backend/tests/integration/podcasts/conftest.py b/surfsense_backend/tests/integration/podcasts/conftest.py index 240f57f96..75248a6a1 100644 --- a/surfsense_backend/tests/integration/podcasts/conftest.py +++ b/surfsense_backend/tests/integration/podcasts/conftest.py @@ -217,7 +217,7 @@ def build_spec( slot=1, name="Guest", role=SpeakerRole.GUEST, voice_id=voice_ids[1] ), ], - duration=DurationTarget(min_minutes=10, max_minutes=20), + duration=DurationTarget(min_seconds=600, max_seconds=1200), )