]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix short timeout in TEST-74-AUX-UTILS.busctl
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 3 Jun 2026 11:27:30 +0000 (12:27 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 3 Jun 2026 13:02:44 +0000 (14:02 +0100)
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

test/units/TEST-74-AUX-UTILS.busctl.sh

index 54170cf5b5507ede2f2289b54ed30aded0f0a7ae..156cb02f0bcee726239a5837d4cb49a8f61cfd4b 100755 (executable)
@@ -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 \