aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/helper/helper.go
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/helper/helper.go
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/helper/helper.go')
-rw-r--r--internal/helper/helper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/helper.go b/internal/helper/helper.go
index 378d9471..c16ff366 100644
--- a/internal/helper/helper.go
+++ b/internal/helper/helper.go
@@ -11,7 +11,7 @@ import (
"hakurei.app/internal/helper/proc"
)
-var WaitDelay = 2 * time.Second
+var WaitDelay = 5 * time.Second
const (
// HakureiHelper is set to 1 when args fd is enabled and 0 otherwise.