commit | 9970290e1d984bf8cc1dce7093bca915062cfdd7 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Nov 11 16:22:19 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Wed Nov 23 15:31:21 2016 +0000 |
tree | a904625ae6a0fa9fdbfc87aa3d02bc1fde32f203 | |
parent | 6484776f177b38dd668618a75bee58674ca42578 [diff] [blame] |
Fix the tests following the state machine changes for TLSv1.3 Reviewed-by: Rich Salz <rsalz@openssl.org>
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 @@ return 0; } -#define MAXLOOPS 100000 +#define MAXLOOPS 1000000 /* * NOTE: Transfers control of the BIOs - this function will free them on error