diff --git a/internal/pipewire/core.go b/internal/pipewire/core.go index 517ef2c..2161acf 100644 --- a/internal/pipewire/core.go +++ b/internal/pipewire/core.go @@ -514,7 +514,7 @@ var ErrNotDone = errors.New("did not receive a Core::Done event targeting previo const ( // syncTimeout is the maximum duration [Core.Sync] is allowed to take before // receiving [CoreDone] or failing. - syncTimeout = 5 * time.Second + syncTimeout = 10 * time.Second ) // Sync queues a [CoreSync] message for the PipeWire server and initiates a Roundtrip.