From 618adefab794eb85018704ed97c871c3e1ae0b0e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 19 Sep 2024 09:33:35 -0400 Subject: [PATCH] debian: tests: Wait for systemd-resolved to be started This is attempting to fix a test setup issue in Debian CI, see #2450. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 2f77dfa4d..0e7f7e99f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -7,7 +7,7 @@ # - Ability to create and initialize database # - Module inititailzation for essential modules # -Test-Command: plinth --list-apps 2> /dev/null +Test-Command: until systemctl status systemd-resolved >/dev/null; do sleep 1; done; plinth --list-apps 2> /dev/null Restrictions: needs-root #