8130460: Increase the stability of DTLS test CipherSuite.java
authorxuelei
Wed, 08 Jul 2015 23:52:15 +0000
changeset 31536 3090612af7dd
parent 31535 648a7c44beef
child 31537 704fd18b5be1
8130460: Increase the stability of DTLS test CipherSuite.java Reviewed-by: wetmore
jdk/test/javax/net/ssl/DTLS/DTLSOverDatagram.java
--- 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.