test tweak

This commit is contained in:
dgtlmoon
2026-01-28 17:17:37 +01:00
parent a239480272
commit 5911b7fe7a
+1 -1
View File
@@ -144,7 +144,7 @@ def wait_for_all_checks(client=None):
"""
from changedetectionio.flask_app import update_q as global_update_q
from changedetectionio import worker_handler
time.sleep(0.05)
# Use the shared wait logic from worker_handler
return worker_handler.wait_for_all_checks(global_update_q, timeout=150)