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 <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2024-09-19 09:33:35 -04:00 committed by Sunil Mohan Adapa
parent 87aac86782
commit 618adefab7
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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
#