aboutsummaryrefslogtreecommitdiff
path: root/test/ssltestlib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-11 16:22:19 +0000
committerMatt Caswell <matt@openssl.org>2016-11-23 15:31:21 +0000
commit9970290e1d984bf8cc1dce7093bca915062cfdd7 (patch)
treea904625ae6a0fa9fdbfc87aa3d02bc1fde32f203 /test/ssltestlib.c
parent6484776f177b38dd668618a75bee58674ca42578 (diff)
downloadopenssl-9970290e1d984bf8cc1dce7093bca915062cfdd7.zip
openssl-9970290e1d984bf8cc1dce7093bca915062cfdd7.tar.gz
openssl-9970290e1d984bf8cc1dce7093bca915062cfdd7.tar.bz2
Fix the tests following the state machine changes for TLSv1.3
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/ssltestlib.c')
-rw-r--r--test/ssltestlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c
index 4e20763..42ba98c 100644
--- a/test/ssltestlib.c
+++ b/test/ssltestlib.c
@@ -564,7 +564,7 @@ int create_ssl_ctx_pair(const SSL_METHOD *sm, const SSL_METHOD *cm,
return 0;
}
-#define MAXLOOPS 100000
+#define MAXLOOPS 1000000
/*
* NOTE: Transfers control of the BIOs - this function will free them on error