Commit 0de712a2 authored by knowledge4igor's avatar knowledge4igor

Do only two requests in the last test

parent e0fec1d9
......@@ -157,7 +157,7 @@ TEST(http_server_test, multiple_client_with_different_requests_to_multithreaded_
FIRST_CLIENT_REQUEST_SIZE,
server_address + SPECIAL_PAGE,
SIX_SECONDS_DELAY / 2));
const int SECOND_CLIENT_REQUEST_SIZE = 3;
const int SECOND_CLIENT_REQUEST_SIZE = 2;
std::future<int> result2(std::async(clientLogicFunc,
SECOND_CLIENT_REQUEST_SIZE,
server_address,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment