From d57230a98958f4957c7b922b06f4a7c5a24434bb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 13 Jun 2024 07:30:40 +0200 Subject: [PATCH] add 5 secons waiting before pacman database check is run --- usr/bin/archboot-testsuite.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index a341a6fe6..16aa1a5d3 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -85,6 +85,8 @@ fi _result fw-error.txt # uninstall base again! pacman --noconfirm -Rdd base &>>"${_LOG}" +echo "Starting pacman database check in 5 seconds... CTRL-C to stop now." +read -t 5 _run_test "pacman database ... this takes a while" archboot-not-installed.sh &>>"${_LOG}" _result not-installed.txt