increased waiting time to 15 minutes
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/mail-reader-lr62@141423 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a0cd5b363e
commit
55475388c3
|
@ -8,7 +8,7 @@ import java.util.List;
|
|||
import javax.net.ssl.HttpsURLConnection;
|
||||
|
||||
public class GetCaller extends Thread {
|
||||
private final int WAITING_MILLISECONDS = 720000;
|
||||
private final int WAITING_MILLISECONDS = 900000;
|
||||
|
||||
private final static String USER_AGENT = "Mozilla/5.0";
|
||||
|
||||
|
|
Loading…
Reference in New Issue