There was an error while loading. Please reload this page.
2 parents d3b55eb + 3e7da9f commit e942756Copy full SHA for e942756
1 file changed
sunbird_service_api_test/src/test/java/org/sunbird/common/util/Constant.java
@@ -40,7 +40,7 @@ private Constant() {}
40
public static final String RESPONSE_JSON = "response.json";
41
public static final String LMS_ENDPOINT = "restTestClient";
42
public static final String KEYCLOAK_ENDPOINT = "keycloakTestClient";
43
- public static final int ES_SYNC_WAIT_TIME = 3000;
+ public static final int ES_SYNC_WAIT_TIME = 5000;
44
public static final String LOCATION_TYPE_STATE = "state";
45
public static final String LOCATION_TYPE_DISTRICT = "district";
46
public static final String LOCATION_TYPE_BLOCK = "block";
0 commit comments