From 2c6bfafacaee78460bfb96f98efefafa7f527090 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fischer@muhq.space> Date: Tue, 21 Sep 2021 12:21:08 +0200 Subject: [PATCH] [ConcurrentNetworkEchoTest] reduce echos to prevent timeouts on slower CI nodes --- tests/io/ConcurrentNetworkEchoTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/io/ConcurrentNetworkEchoTest.cpp b/tests/io/ConcurrentNetworkEchoTest.cpp index ee09893d..30d2c864 100644 --- a/tests/io/ConcurrentNetworkEchoTest.cpp +++ b/tests/io/ConcurrentNetworkEchoTest.cpp @@ -22,7 +22,7 @@ auto main(int argc, char* argv[]) -> int { } unsigned int client_count = 10; - unsigned int echos = 1000; + unsigned int echos = 500; std::string port = "4241"; std::string host = "127.0.0.1"; -- GitLab