aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-17 17:02:36 +0900
committerOphestra <cat@gensokyo.uk>2026-03-17 17:04:06 +0900
commit420c721c7da46ab1c633b019441b7b623215fd12 (patch)
tree8443996fcee8a5df3427708ecdd353fba54f941b /internal/outcome
parentbac583f89edd1360150143ff51f7264c01aa69ec (diff)
all: raise timeout defaults
This avoids timing out on systems running very slowly. Signed-off-by: Ophestra <cat@gensokyo.uk>
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) {