diff --git a/tests/test_download_source_task.py b/tests/test_download_source_task.py index c63faee..6a7ab7e 100644 --- a/tests/test_download_source_task.py +++ b/tests/test_download_source_task.py @@ -33,8 +33,8 @@ def test_timeout_ladder_keeps_subprocess_budgets_under_soft_limit(): logs + finalizes the event) BEFORE Celery's SoftTimeLimitExceeded preempts it. soft must in turn sit below the hard SIGKILL cap.""" from backend.app.services.gallery_dl import ( - BACKFILL_TIMEOUT_SECONDS, _DEFAULT_GDL_TIMEOUT_SECONDS, + BACKFILL_TIMEOUT_SECONDS, ) from backend.app.tasks.download import ( DOWNLOAD_HARD_TIME_LIMIT,