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{}), ),