Problem: test_security_curve timeouts on CMake

Solution: bump timeout from 20 to 60 seconds
This commit is contained in:
Luca Boccassi 2017-08-04 16:25:59 +01:00
parent 8275f6356a
commit 9c085381ee

View File

@ -170,7 +170,7 @@ foreach(test ${tests})
endforeach()
#override timeout for these tests
set_tests_properties(test_security_curve PROPERTIES TIMEOUT 20)
set_tests_properties(test_security_curve PROPERTIES TIMEOUT 60)
#Check whether all tests in the current folder are present
file(READ "${CMAKE_CURRENT_LIST_FILE}" CURRENT_LIST_FILE_CONTENT)