diff --git a/test/TEST-69-SHUTDOWN/test.sh b/test/TEST-69-SHUTDOWN/test.sh index c813b5534f..8fdbaf81fe 100755 --- a/test/TEST-69-SHUTDOWN/test.sh +++ b/test/TEST-69-SHUTDOWN/test.sh @@ -26,6 +26,16 @@ EOF test_append_files() { local workspace="${1:?}" + # Shorten the service stop/abort timeouts to let systemd SIGKILL stubborn + # processes as soon as possible, as we don't really care about them in this + # particular test + mkdir -p "$workspace/etc/systemd/system.conf.d" + cat >"$workspace/etc/systemd/system.conf.d/99-timeout.conf" <>"$workspace/root/.bashrc" echo 'startup_message off' >"$workspace/etc/screenrc"