Skip to content

Commit 22d2c7c

Browse files
smuppandJeevanandan Sandan
authored andcommitted
audio: increase PipeWire restart timeout from 15s to 30s
Increase the timeout for `systemctl restart pipewire` from 15 seconds to 30 seconds to better accommodate slower startup/restart behavior on some targets and avoid premature timeout failures. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 66e8070 commit 22d2c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runner/utils/audio_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ setup_overlay_audio_environment() {
316316

317317
# Restart PipeWire
318318
log_info "Restarting pipewire service..."
319-
if ! audio_exec_with_timeout 15s systemctl restart pipewire 2>/dev/null; then
319+
if ! audio_exec_with_timeout 30s systemctl restart pipewire 2>/dev/null; then
320320
log_fail "Failed to restart pipewire service"
321321
return 1
322322
fi

0 commit comments

Comments
 (0)