Skip to content

Commit f8c00fb

Browse files
committed
ci: enlarge download timeout window
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent d9a42cc commit f8c00fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ var _ = Describe("API test", func() {
457457
Eventually(func() bool {
458458
response := getModelStatus("http://127.0.0.1:9090/models/jobs/" + uuid)
459459
return response["processed"].(bool)
460-
}, "360s", "10s").Should(Equal(true))
460+
}, "960s", "10s").Should(Equal(true))
461461

462462
resp, err := client.CreateChatCompletion(context.TODO(), openai.ChatCompletionRequest{Model: "gpt4all-j", Messages: []openai.ChatCompletionMessage{openai.ChatCompletionMessage{Role: "user", Content: "How are you?"}}})
463463
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)