Skip to content
Snippets Groups Projects
Commit 2c6bfafa authored by Florian Fischer's avatar Florian Fischer
Browse files

[ConcurrentNetworkEchoTest] reduce echos to prevent timeouts on slower CI nodes

parent 05dc56ed
No related branches found
No related tags found
1 merge request!256[CI] enable IO in the now buster based CI
...@@ -22,7 +22,7 @@ auto main(int argc, char* argv[]) -> int { ...@@ -22,7 +22,7 @@ auto main(int argc, char* argv[]) -> int {
} }
unsigned int client_count = 10; unsigned int client_count = 10;
unsigned int echos = 1000; unsigned int echos = 500;
std::string port = "4241"; std::string port = "4241";
std::string host = "127.0.0.1"; std::string host = "127.0.0.1";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment