File 6264-Tweak-load-parameter.patch of Package erlang

From dad51936539a2d2447ba297d1157828e273b0952 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen <raimo@erlang.org>
Date: Thu, 20 Oct 2022 16:30:55 +0200
Subject: [PATCH 24/27] Tweak load parameter

---
 lib/ssl/test/ssl_dist_bench_SUITE.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ssl/test/ssl_dist_bench_SUITE.erl b/lib/ssl/test/ssl_dist_bench_SUITE.erl
index d73b5bc3dd..b556701869 100644
--- a/lib/ssl/test/ssl_dist_bench_SUITE.erl
+++ b/lib/ssl/test/ssl_dist_bench_SUITE.erl
@@ -515,7 +515,7 @@ sched_util_runner(A, B, Effort, Senders, Config) ->
           end),
     erlang:system_monitor(self(),[busy_dist_port]),
     %% We spawn 250 senders which should mean that we
-    %% have a load of 250 msgs/msec
+    %% have a load of 25 msgs/msec
     [spawn_link(
        fun() ->
                throughput_client(Pid, Payload)
@@ -591,7 +591,7 @@ throughput_server() ->
 
 throughput_client(Pid, Payload) ->
     Pid ! Payload,
-    receive after 1 -> throughput_client(Pid, Payload) end.
+    receive after 10 -> throughput_client(Pid, Payload) end.
 
 %%-----------------
 %% Throughput speed
-- 
2.35.3

openSUSE Build Service is sponsored by