From 3039ced2870f9dea72bacaee048cdf26d35d05f4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 3 Feb 2026 22:07:07 +0100 Subject: [PATCH] chore(ci): enlarge sleep startup time Even if suboptimal as we should poll to wait for the service to be available, this should at least alleviate tests for now Signed-off-by: Ettore Di Giacinto --- backend/python/qwen-tts/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/qwen-tts/test.py b/backend/python/qwen-tts/test.py index 8a066d3cd..cb1c902bc 100644 --- a/backend/python/qwen-tts/test.py +++ b/backend/python/qwen-tts/test.py @@ -28,7 +28,7 @@ class TestBackendServicer(unittest.TestCase): stderr=subprocess.PIPE, text=True ) - time.sleep(5) + time.sleep(30) def tearDown(self) -> None: """