From 1b494d46d9b4d8c894443f07ce1d4d13ba2768cb Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 7 Mar 2022 09:09:51 +0100 Subject: [PATCH] auth deb test: upstream more lenient startup wait --- .../authoritative/debian-buster/tests-source/launch-pdns | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/builder-support/debian/authoritative/debian-buster/tests-source/launch-pdns b/builder-support/debian/authoritative/debian-buster/tests-source/launch-pdns index 1af9470799..d0c0cf5b70 100755 --- a/builder-support/debian/authoritative/debian-buster/tests-source/launch-pdns +++ b/builder-support/debian/authoritative/debian-buster/tests-source/launch-pdns @@ -11,6 +11,8 @@ trap cleanup EXIT 2>&1 | tee "$LOGFILE") & echo "Waiting for pdns_server to start..." -while grep "About to" "$LOGFILE"; do +while grep "Done launching threads" "$LOGFILE"; do sleep 2 done +# final 2 second sleep just in case. +sleep 2 -- 2.47.2