|
|
@@ -117,7 +117,7 @@ import retrofit2.http.Part;
|
|
|
public class LifeplusAPIService extends LifeplusRetrofitService implements LifeplusAPI {
|
|
|
|
|
|
private final String API_URL;
|
|
|
- private final static int TIMEOUT_SHORT = 30000;
|
|
|
+ private final static int TIMEOUT_SHORT = 300000000;
|
|
|
// private final static int TIMEOUT_LONG = 30000;
|
|
|
|
|
|
public LifeplusAPIService() {
|