diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-24 10:49:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-24 10:49:32 +0100 |
commit | 2964f1a2f963dbe6b3a4fee8fdbd768c2b515236 (patch) | |
tree | 6fdea677e3fdec697b2f10d18725bbd83b5a76fa /tests/resume-dtls.c | |
parent | 33044780465260f7bda5c8bedc3e88ea5e160211 (diff) | |
download | gnutls-2964f1a2f963dbe6b3a4fee8fdbd768c2b515236.tar.gz |
tests: increase the timeout in resume-dtls
Diffstat (limited to 'tests/resume-dtls.c')
-rw-r--r-- | tests/resume-dtls.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |