Skip to content

Commit

Permalink
Merge pull request #3806 from sigiesec/increase-reconnect-ivl-timeout
Browse files Browse the repository at this point in the history
Problem: intermittent timeouts of test_reconnect_ivl
  • Loading branch information
bluca authored Feb 4, 2020
2 parents 48aed8d + e7043c8 commit f1513f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f1513f9

Please sign in to comment.