Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fe79d902 authored by hhakim's avatar hhakim
Browse files

Increase test timeout to fix MatBSR tests.

parent b311e9a6
Branches
Tags
No related merge requests found
......@@ -242,6 +242,7 @@ if(MATIO_LIB_FILE AND MATIO_INC_DIR AND BUILD_READ_MAT_FILE AND NOT NOCPPTESTS)
else()
add_test(NAME ${TEST_CPP_NAME} COMMAND ${FAUST_BIN_TEST_BIN_DIR}/${TEST_CPP_NAME})
endif()
set_tests_properties(${TEST_CPP_NAME} PROPERTIES TIMEOUT ${TIMEOUT_COMP})
set(TEST_LIBS ${FAUST_TARGET};${MATIO_LIB_FILE};${HDF5_LIB_FILE})
if(FAUST_TORCH)
list(APPEND TEST_LIBS ${TORCH_LIBRARY};${Torch_DIR}/../../../lib/libc10.so)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment