Commit 208aa4c3 by sikang

超时改为10秒

parent 95dd885f
...@@ -18,7 +18,7 @@ import retrofit2.converter.gson.GsonConverterFactory; ...@@ -18,7 +18,7 @@ import retrofit2.converter.gson.GsonConverterFactory;
*/ */
public class ServiceGenerator { public class ServiceGenerator {
private static final int TIME_OUT = 5; private static final int TIME_OUT = 10;
private static Retrofit retrofit; private static Retrofit retrofit;
private static OkHttpClient okHttpClient; private static OkHttpClient okHttpClient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment