Skip to content
Snippets Groups Projects
Commit 036fecf5 authored by Carsten Patzke's avatar Carsten Patzke
Browse files

Fixed valgrind large block issue

parent 3ff166d8
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ set_target_properties(${TARGET_NAME} PROPERTIES LINKER_LANGUAGE CXX)
# Testing
################################
add_integration_test(${TARGET_NAME} ip_tcp_network_speedtest "")
add_integration_test(${TARGET_NAME} ip_tcp_network_speedtest "" nomem)
......@@ -18,7 +18,7 @@ using namespace std::chrono;
using std::chrono::high_resolution_clock;
static const std::unique_ptr<SystemIO> io(new SystemIO());
static const std::string kListenAddress = "127.0.0.1:4207";
static const std::string kListenAddress = "127.0.0.1:4208";
static std::promise<void> kThreadStarted;
static size_t kTestSize = size_t(1024) * size_t(1024) * size_t(512); //512MiByte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment