Skip to content

Commit

Permalink
Increasing attempts of 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 24, 2024
1 parent dccbd74 commit 19812e5
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 class TestUtils {
public static final String PARAM_NAME_WEIGHTS = "weights";
public static final String SPARSE_ENCODING_PROCESSOR = "sparse_encoding";
public static final int MAX_TIME_OUT_INTERVAL = 3000;
public static final int MAX_RETRY = 3;
public static final int MAX_RETRY = 5;

/**
* Convert an xContentBuilder to a map
Expand Down

0 comments on commit 19812e5

Please sign in to comment.