Increase timeouts for ImapConnectionTest
This commit is contained in:
parent
9fb79612d9
commit
716432c82f
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ public class ImapConnectionTest {
|
|||
|
||||
private static final String USERNAME = "user";
|
||||
private static final String PASSWORD = "123456";
|
||||
private static final int SOCKET_CONNECT_TIMEOUT = 2000;
|
||||
private static final int SOCKET_READ_TIMEOUT = 1000;
|
||||
private static final int SOCKET_CONNECT_TIMEOUT = 10000;
|
||||
private static final int SOCKET_READ_TIMEOUT = 10000;
|
||||
|
||||
|
||||
private TrustedSocketFactory socketFactory;
|
||||
|
|
Loading…
Reference in a new issue