Increase test timeout to 60 seconds

This commit is contained in:
Rodrigo Arias 2024-07-24 15:31:33 +02:00
parent 093c91521a
commit 97282ff051

View File

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