Skip to content

Commit

Permalink
Increase Timeout
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 0ca308a commit 470d519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 60 * 5;
private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 90 * 5;

private static final int DEFAULT_TASK_RESULT_QUERY_INTERVAL_IN_MILLISECOND = 1000;
protected static final String DEFAULT_USER_AGENT = "Kibana";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public abstract class OpenSearchSecureRestTestCase extends OpenSearchRestTestCas
private static final String SYS_PROPERTY_KEY_CLUSTER_ENDPOINT = "tests.rest.cluster";
private static final String SYS_PROPERTY_KEY_USER = "user";
private static final String SYS_PROPERTY_KEY_PASSWORD = "password";
private static final String DEFAULT_SOCKET_TIMEOUT = "120s";
private static final String DEFAULT_SOCKET_TIMEOUT = "60s";
private static final String INTERNAL_INDICES_PREFIX = ".";
private static String protocol;

Expand Down

0 comments on commit 470d519

Please sign in to comment.