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 <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto authored and GitHub committed 2026-02-03 22:07:07 +01:00
1 parent e7fc604dbc
commit 3039ced287
1 file changed
+1 -1
+1 -1
View File
@@ -28,7 +28,7 @@ class TestBackendServicer(unittest.TestCase):
stderr=subprocess.PIPE,
text=True
)
time.sleep(5)
time.sleep(30)
def tearDown(self) -> None:
"""