From e7043c815deb7a8e291741da411ab1ac299cc33d Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Mon, 3 Feb 2020 23:19:45 +0100 Subject: [PATCH] Problem: intermittent timeouts of test_reconnect_ivl Solution: increase timeout to 15 seconds --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 16bf3215..8ce6a859 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -292,6 +292,8 @@ endif() set_tests_properties(test_security_zap PROPERTIES TIMEOUT 60) +set_tests_properties(test_reconnect_ivl PROPERTIES TIMEOUT 15) + #Check whether all tests in the current folder are present file(READ "${CMAKE_CURRENT_LIST_FILE}" CURRENT_LIST_FILE_CONTENT) file(GLOB ALL_TEST_SOURCES "test_*.cpp")