From 8465f8181eda45e3d6cc5d6c3d08ca36db04763b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 5 Jul 2023 15:30:57 +0200 Subject: tcp_server: keep track of client threads This is a major change, obviously; brought to me by Valgrind, which noticed that we don't actually clean up after cimple-client threads. For a more thorough explanation, please see the added comment in tcp_server.c. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 18b49be..b8a115c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,7 @@ function(add_python_tests name) add_test(NAME "${name}" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/py" COMMAND ${ARGV}) - set_tests_properties("${name}" PROPERTIES TIMEOUT 60) + set_tests_properties("${name}" PROPERTIES TIMEOUT 300) endfunction() add_python_tests(python_tests -- cgit v1.2.3