diff --git a/test/units/TEST-74-AUX-UTILS.busctl.sh b/test/units/TEST-74-AUX-UTILS.busctl.sh index 26a43317d4..459b7040f8 100755 --- a/test/units/TEST-74-AUX-UTILS.busctl.sh +++ b/test/units/TEST-74-AUX-UTILS.busctl.sh @@ -58,8 +58,9 @@ busctl emit --auto-start=no --destination=systemd-logind.service \ PrepareForShutdown b false systemd-run --quiet --service-type=notify --unit=test-busctl-wait --pty \ - -p ExecStartPost="busctl emit /test org.freedesktop.fake1 TestSignal s success" \ - busctl --timeout=3 wait /test org.freedesktop.fake1 TestSignal | grep -qF 's "success"' + -p Environment=SYSTEMD_LOG_LEVEL=debug \ + -p ExecStartPost="busctl emit /test org.freedesktop.fake1 TestSignal s success" \ + busctl --timeout=30 wait /test org.freedesktop.fake1 TestSignal | grep -qF 's "success"' busctl get-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager \ Version