8130460: Increase the stability of DTLS test CipherSuite.java
Reviewed-by: wetmore
--- a/jdk/test/javax/net/ssl/DTLS/DTLSOverDatagram.java Wed Jul 08 16:04:42 2015 +0200
+++ b/jdk/test/javax/net/ssl/DTLS/DTLSOverDatagram.java Wed Jul 08 23:52:15 2015 +0000
@@ -46,8 +46,8 @@
* 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.