From: Luca Boccassi Date: Wed, 3 Jun 2026 11:27:30 +0000 (+0100) Subject: test: fix short timeout in TEST-74-AUX-UTILS.busctl X-Git-Tag: v261-rc3~14 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b85a12dfb2a0b8f11e45e5d75428226b08c1415f;p=thirdparty%2Fsystemd.git test: fix short timeout in TEST-74-AUX-UTILS.busctl This was likely a typo as the other timeouts are '30' instead of '3'. This test occasionally fails with sanitizers which make everything slow. Bump it to 30s like other timeouts in the same test. Follow-up for 985a6fa44b58c307030e43950ff2affa3f32546a --- diff --git a/test/units/TEST-74-AUX-UTILS.busctl.sh b/test/units/TEST-74-AUX-UTILS.busctl.sh index 54170cf5b55..156cb02f0bc 100755 --- a/test/units/TEST-74-AUX-UTILS.busctl.sh +++ b/test/units/TEST-74-AUX-UTILS.busctl.sh @@ -82,7 +82,7 @@ systemd-run --quiet --service-type=notify --unit=test-busctl-wait-limited --pty systemd-run --quiet --service-type=notify --unit=test-busctl-wait-unlimited --pty \ -p Environment=SYSTEMD_LOG_LEVEL=debug \ -p ExecStartPost="sh -c '$(signal_emit_command 2)'" \ - busctl --timeout=3 --limit-messages=infinity wait /test org.freedesktop.fake1 TestSignal | + busctl --timeout=30 --limit-messages=infinity wait /test org.freedesktop.fake1 TestSignal | grep -Fc 's "success"' | xargs test 2 -eq busctl get-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager \