aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/pipewire/core.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pipewire/core.go b/internal/pipewire/core.go
index 517ef2c3..2161acf7 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.