Skip to content

Commit

Permalink
reduce total wait time
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed May 9, 2024
1 parent a85bcdf commit a1a77ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1a77ab

Please sign in to comment.