Set timeout on Authz TLS unit test
This commit is contained in:
parent
81fff640bd
commit
106bacfa6e
|
@ -4,5 +4,6 @@ if(NOT WIN32)
|
|||
if(NOT OPEN_FOR_IDE)
|
||||
add_test(NAME authorization_tls_unittest
|
||||
COMMAND $<TARGET_FILE:authz_tls_unittest>)
|
||||
set_tests_properties(authorization_tls_unittest PROPERTIES TIMEOUT 120)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue