From c2ec3337778d87ca5a348deeef946eda0637191e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 9 Apr 2025 21:59:18 +0200 Subject: [PATCH] Enlarge timeout window --- core/agent/agent_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/agent/agent_test.go b/core/agent/agent_test.go index fca844e..5d98339 100644 --- a/core/agent/agent_test.go +++ b/core/agent/agent_test.go @@ -221,6 +221,7 @@ var _ = Describe("Agent test", func() { WithLLMAPIURL(apiURL), WithModel(testModel), WithLLMAPIKey(apiKeyURL), + WithTimeout("10m"), WithActions( actions.NewSearch(map[string]string{}), ),