Unverified Commit f1513f96 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3806 from sigiesec/increase-reconnect-ivl-timeout

Problem: intermittent timeouts of test_reconnect_ivl
parents 48aed8df e7043c81
......@@ -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")
......
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