8130460: Increase the stability of DTLS test CipherSuite.java

Reviewed-by: wetmore
This commit is contained in:
Xue-Lei Andrew Fan 2015-07-08 23:52:15 +00:00
parent d65b7a8ec9
commit a1b2aad080

@ -46,8 +46,8 @@ import sun.misc.HexDumpEncoder;
* An example to show the way to use SSLEngine in datagram connections.
*/
public class DTLSOverDatagram {
private static int MAX_HANDSHAKE_LOOPS = 60;
private static int MAX_APP_READ_LOOPS = 10;
private static int MAX_HANDSHAKE_LOOPS = 200;
private static int MAX_APP_READ_LOOPS = 60;
/*
* The following is to set up the keystores.