aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/shim.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/shim.go b/internal/outcome/shim.go
index 6f509e14..d2706c8b 100644
--- a/internal/outcome/shim.go
+++ b/internal/outcome/shim.go
@@ -147,7 +147,7 @@ func (sp *shimPrivate) destroy() {
const (
// shimPipeWireTimeout is the duration pipewire-pulse is allowed to run
// before its socket becomes available.
- shimPipeWireTimeout = 5 * time.Second
+ shimPipeWireTimeout = 15 * time.Second
)
func shimEntrypoint(k syscallDispatcher) {