From 04dd4be05a329508674e4f8ce25ce4eb5bac7a80 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sun, 25 Feb 2024 07:01:05 +0100 Subject: [PATCH] :wrench: Add manual wait --- tests/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 558f475..b6bb17c 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -124,7 +124,7 @@ do_in_pod 'echo "export GSK_RENDERER=cairo" >> .bash_profile' # ----------------------------------------------------- wait for the container to start up echo "Waiting for D-Bus." -do_in_pod wait-user-bus.sh > /dev/null 2>&1 +sleep 5 # ----------------------------------------------------- install the to-be-tested extension