Set timeout to 30 seconds for tests

This commit is contained in:
Rodrigo Arias 2024-06-21 15:43:48 +02:00
parent 129020e1c5
commit 91e8367d35

View File

@ -115,6 +115,7 @@ function(ovni_test source)
set_tests_properties("${OVNI_TEST_NAME}"
PROPERTIES
TIMEOUT 30
RUN_SERIAL TRUE
ENVIRONMENT "${OVNI_TEST_ENV}"
WORKING_DIRECTORY "${OVNI_TEST_BUILD_DIR}")