We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11e32a9 + 1e6f9aa commit 13fc85dCopy full SHA for 13fc85d
Runner/utils/audio_common.sh
@@ -316,7 +316,7 @@ setup_overlay_audio_environment() {
316
317
# Restart PipeWire
318
log_info "Restarting pipewire service..."
319
- if ! audio_exec_with_timeout 15s systemctl restart pipewire 2>/dev/null; then
+ if ! audio_exec_with_timeout 30s systemctl restart pipewire 2>/dev/null; then
320
log_fail "Failed to restart pipewire service"
321
return 1
322
fi
0 commit comments