]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: increase the timeout in resume-dtls
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 24 Mar 2015 09:49:32 +0000 (10:49 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 24 Mar 2015 09:49:32 +0000 (10:49 +0100)
tests/resume-dtls.c

index 83baeb7dd476fdb27edd6f25e1b95e23bcdbf622..72f52e322df11c82da55082eb495bfc48b54aeb7 100644 (file)
@@ -143,7 +143,7 @@ static void client(int sds[], struct params_res *params)
 
                /* Perform the TLS handshake
                 */
-               gnutls_handshake_set_timeout(session, 20 * 1000);
+               gnutls_handshake_set_timeout(session, 50 * 1000);
                do {
                        ret = gnutls_handshake(session);
                } while (ret < 0 && gnutls_error_is_fatal(ret) == 0);