Commit 9c085381 authored by Luca Boccassi's avatar Luca Boccassi

Problem: test_security_curve timeouts on CMake

Solution: bump timeout from 20 to 60 seconds
parent 8275f635
......@@ -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)
......
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