Skip to content

Commit

Permalink
Reverting the timout change
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 20, 2024
1 parent 470d519 commit 26fcf06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public abstract class BaseNeuralSearchIT extends OpenSearchSecureRestTestCase {

protected static final Locale LOCALE = Locale.ROOT;

private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 90 * 5;
private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 60 * 5;

private static final int DEFAULT_TASK_RESULT_QUERY_INTERVAL_IN_MILLISECOND = 1000;
protected static final String DEFAULT_USER_AGENT = "Kibana";
Expand Down

0 comments on commit 26fcf06

Please sign in to comment.