Allow more time for the SSL handshake to take place

This commit is contained in:
Cameron Gutman 2015-10-10 18:13:11 -07:00
parent 5175e68b99
commit fd1cb52f5f

View File

@ -49,7 +49,7 @@ public class NvHTTP {
public static final int HTTPS_PORT = 47984;
public static final int HTTP_PORT = 47989;
public static final int CONNECTION_TIMEOUT = 3000;
public static final int CONNECTION_TIMEOUT = 5000;
public static final int READ_TIMEOUT = 5000;
private static boolean verbose = false;