Skip to content

Commit c2ec333

Browse files
committed
Enlarge timeout window
1 parent 2f19fef commit c2ec333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/agent/agent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ var _ = Describe("Agent test", func() {
221221
WithLLMAPIURL(apiURL),
222222
WithModel(testModel),
223223
WithLLMAPIKey(apiKeyURL),
224+
WithTimeout("10m"),
224225
WithActions(
225226
actions.NewSearch(map[string]string{}),
226227
),

0 commit comments

Comments
 (0)