chore(tests): try to be more extensive in timeouts

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-14 12:37:31 +02:00
parent 906079cbbb
commit 00ab476a77

View File

@@ -260,6 +260,7 @@ var _ = Describe("Agent test", func() {
WithLLMAPIURL(apiURL), WithLLMAPIURL(apiURL),
WithModel(testModel), WithModel(testModel),
WithLLMAPIKey(apiKeyURL), WithLLMAPIKey(apiKeyURL),
WithTimeout("10m"),
WithNewConversationSubscriber(func(m openai.ChatCompletionMessage) { WithNewConversationSubscriber(func(m openai.ChatCompletionMessage) {
mu.Lock() mu.Lock()
message = m message = m