From 3ef2cc93d0afe04f6baf267496736d8fd6945410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 28 Feb 2021 18:53:36 +0100 Subject: Set internal_active_n to 2 --- test/ranch_ct_hook.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3