Set timeout on Authz TLS unit test

This commit is contained in:
Junhyun Shim 2022-09-13 18:22:12 +02:00
parent 81fff640bd
commit 106bacfa6e
1 changed files with 1 additions and 0 deletions

View File

@ -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()