chore(tests): try to be more extensive in timeouts
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
@@ -260,6 +260,7 @@ var _ = Describe("Agent test", func() {
|
||||
WithLLMAPIURL(apiURL),
|
||||
WithModel(testModel),
|
||||
WithLLMAPIKey(apiKeyURL),
|
||||
WithTimeout("10m"),
|
||||
WithNewConversationSubscriber(func(m openai.ChatCompletionMessage) {
|
||||
mu.Lock()
|
||||
message = m
|
||||
|
||||
Reference in New Issue
Block a user