From: Nikos Mavrogiannopoulos Date: Tue, 24 Mar 2015 09:49:32 +0000 (+0100) Subject: tests: increase the timeout in resume-dtls X-Git-Tag: gnutls_3_4_0~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2964f1a2f963dbe6b3a4fee8fdbd768c2b515236;p=thirdparty%2Fgnutls.git tests: increase the timeout in resume-dtls --- diff --git a/tests/resume-dtls.c b/tests/resume-dtls.c index 83baeb7dd4..72f52e322d 100644 --- a/tests/resume-dtls.c +++ b/tests/resume-dtls.c @@ -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);