Skip to content

Commit

Permalink
Merge pull request #100 from project-sunbird/location-update
Browse files Browse the repository at this point in the history
Location update
  • Loading branch information
bvinayakumar authored Sep 6, 2018
2 parents 4db22ab + 0c7a0ef commit 3e7da9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private Constant() {}
public static final String RESPONSE_JSON = "response.json";
public static final String LMS_ENDPOINT = "restTestClient";
public static final String KEYCLOAK_ENDPOINT = "keycloakTestClient";
public static final int ES_SYNC_WAIT_TIME = 3000;
public static final int ES_SYNC_WAIT_TIME = 5000;
public static final String LOCATION_TYPE_STATE = "state";
public static final String LOCATION_TYPE_DISTRICT = "district";
public static final String LOCATION_TYPE_BLOCK = "block";
Expand Down

0 comments on commit 3e7da9f

Please sign in to comment.