From 8f7045cfa6f4387da3cf77ec9646bcf3c944ab9a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 31 Oct 2024 15:40:43 +0100 Subject: [PATCH] chore(tests): bump timeouts (#4024) To avoid flaky runs Signed-off-by: Ettore Di Giacinto --- core/http/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/app_test.go b/core/http/app_test.go index 51663a0db87..653a03d3058 100644 --- a/core/http/app_test.go +++ b/core/http/app_test.go @@ -562,7 +562,7 @@ var _ = Describe("API test", func() { Eventually(func() bool { response := getModelStatus("http://127.0.0.1:9090/models/jobs/" + uuid) return response["processed"].(bool) - }, "360s", "10s").Should(Equal(true)) + }, "900s", "10s").Should(Equal(true)) By("testing chat") resp, err := client.CreateChatCompletion(context.TODO(), openai.ChatCompletionRequest{Model: modelName, Messages: []openai.ChatCompletionMessage{