Skip to content

Commit 13fc85d

Browse files
authored
Merge pull request #328 from smuppand/audio
audio: increase PipeWire restart timeout to 30s
2 parents 11e32a9 + 1e6f9aa commit 13fc85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)