aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ranch_ct_hook.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ranch_ct_hook.erl b/test/ranch_ct_hook.erl
index a8b6885..1b68f00 100644
--- a/test/ranch_ct_hook.erl
+++ b/test/ranch_ct_hook.erl
@@ -31,7 +31,7 @@ init(_, _) ->
{_, {ok, "9.0"++_}} ->
ok;
{{win32, nt}, {ok, "9."++_}} ->
- application:set_env(ssl, internal_active_n, 1);
+ application:set_env(ssl, internal_active_n, 2);
_ ->
ok
end,