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

Fixed numer of tests in ip tcp test

parent 271cc58e
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@ set(TARGET_NAME dummy-data-producer)
set(SOURCE_FILES
dummy_data_producer.cpp
)
#Add all necessary common libraries
GET_PROPERTY(HIDRA2_COMMON_IO_LIBRARIES GLOBAL PROPERTY HIDRA2_COMMON_IO_LIBRARIES)
add_executable(${TARGET_NAME} ${SOURCE_FILES})
target_include_directories(${TARGET_NAME} PUBLIC include ${CMAKE_SOURCE_DIR}/common/cpp/include)
......
......@@ -20,7 +20,7 @@ using namespace std::chrono;
static const std::unique_ptr<SystemIO> io(new SystemIO());
static const std::string kListenAddress = "127.0.0.1:60123";
static std::promise<void> kThreadStarted;
static const int kNumberOfChecks = 3;
static const int kNumberOfChecks = 2;
static const size_t kSkipAmount = 500;
void Exit(int exit_number) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment