From cd9a71d9fcb5162c88299a76cc3fd3dedbf17682 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 27 Oct 2025 18:54:20 +0100 Subject: [PATCH] Update test configuration to use 'yes' command instead of 'sleep' --- pkg/manager/manager_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/manager/manager_test.go b/pkg/manager/manager_test.go index 5f69909..1a5b5ce 100644 --- a/pkg/manager/manager_test.go +++ b/pkg/manager/manager_test.go @@ -140,10 +140,10 @@ func createTestAppConfig(instancesDir string) *config.AppConfig { return &config.AppConfig{ Backends: config.BackendConfig{ LlamaCpp: config.BackendSettings{ - Command: "sleep", + Command: "yes", }, MLX: config.BackendSettings{ - Command: "sleep", + Command: "yes", }, }, Instances: config.InstancesConfig{