From a1a77abcef935f11306048c58a85824fed3538a8 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Thu, 9 May 2024 10:30:27 +0800 Subject: [PATCH] reduce total wait time Signed-off-by: Hailong Cui --- .../org/opensearch/ml/tools/ToolIntegrationWithLLMTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/test/java/org/opensearch/ml/tools/ToolIntegrationWithLLMTest.java b/plugin/src/test/java/org/opensearch/ml/tools/ToolIntegrationWithLLMTest.java index aeac24ef3a..fe033645d6 100644 --- a/plugin/src/test/java/org/opensearch/ml/tools/ToolIntegrationWithLLMTest.java +++ b/plugin/src/test/java/org/opensearch/ml/tools/ToolIntegrationWithLLMTest.java @@ -32,7 +32,7 @@ @Log4j2 public abstract class ToolIntegrationWithLLMTest extends RestBaseAgentToolsIT { - private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 60 * 5; + private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 30; private static final int DEFAULT_TASK_RESULT_QUERY_INTERVAL_IN_MILLISECOND = 1000; protected HttpServer server;