Skip to content
Snippets Groups Projects
Commit bbb4c458 authored by Administrator's avatar Administrator
Browse files

Fix failing test on CentOS7

Increase test time such that the test does not run into a timeout on CentOS7.
parent 07a32204
No related branches found
No related tags found
1 merge request!916Fix failing test on CentOS7
Pipeline #18329 passed
...@@ -23,7 +23,9 @@ EndIf() ...@@ -23,7 +23,9 @@ EndIf()
# Test if all libraries can be loaded # Test if all libraries can be loaded
GENERATE_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/scripts/checklibs.sh ${CBMROOT_BINARY_DIR}/macro/) GENERATE_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/scripts/checklibs.sh ${CBMROOT_BINARY_DIR}/macro/)
add_test(load_libraries ${CBMROOT_BINARY_DIR}/macro/checklibs.sh) add_test(load_libraries ${CBMROOT_BINARY_DIR}/macro/checklibs.sh)
set_tests_properties(load_libraries PROPERTIES
TIMEOUT 900
)
# Install in any case # Install in any case
Install(PROGRAMS ${CBMROOT_SOURCE_DIR}/scripts/checklibs.sh Install(PROGRAMS ${CBMROOT_SOURCE_DIR}/scripts/checklibs.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment