From 420c721c7da46ab1c633b019441b7b623215fd12 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 17:02:36 +0900 Subject: all: raise timeout defaults This avoids timing out on systems running very slowly. Signed-off-by: Ophestra --- internal/helper/proc/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/helper/proc') diff --git a/internal/helper/proc/files.go b/internal/helper/proc/files.go index 0612718e..10a3c0c4 100644 --- a/internal/helper/proc/files.go +++ b/internal/helper/proc/files.go @@ -10,7 +10,7 @@ import ( "time" ) -var FulfillmentTimeout = 2 * time.Second +var FulfillmentTimeout = 15 * time.Second func init() { if testing.Testing() { -- cgit v1.3.1