mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: test_security_curve timeouts on CMake
Solution: bump timeout from 20 to 60 seconds
This commit is contained in:
parent
8275f6356a
commit
9c085381ee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user