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
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 \