bump the timeout to 60s

pull/14/head
Tim Su 15 years ago
parent 8753e8d988
commit be3acc3c74

@ -34,7 +34,7 @@ public class HttpRestClient implements RestClient {
private static final int HTTP_UNAVAILABLE_START = 500;
private static final int HTTP_OK = 200;
private static final int TIMEOUT_MILLIS = 30000;
private static final int TIMEOUT_MILLIS = 60000;
private static WeakReference<HttpClient> httpClient = null;

Loading…
Cancel
Save