Mentions légales du service

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

Increase timeout of slow tests.

parent 835c9b31
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ endif() ...@@ -23,7 +23,7 @@ endif()
# Critical time, which fixe the limit time of the process # Critical time, which fixe the limit time of the process
set(TIMEOUT_MEG 8000) set(TIMEOUT_MEG 16000)
set(TIMEOUT_MEG_TRANSPOSED 16000) set(TIMEOUT_MEG_TRANSPOSED 16000)
set(TIMEOUT_COMP 1000) set(TIMEOUT_COMP 1000)
...@@ -137,7 +137,7 @@ if(BUILD_WRAPPER_MATLAB) ...@@ -137,7 +137,7 @@ if(BUILD_WRAPPER_MATLAB)
#CTEST_FULL_OUTPUT #CTEST_FULL_OUTPUT
#DEBUT MODIF NB VM MAC XCode #DEBUT MODIF NB VM MAC XCode
set_tests_properties(MATLAB_FACT_HIER_MEX MATLAB_FACT_HIER_MATLAB PROPERTIES TIMEOUT 100) set_tests_properties(MATLAB_FACT_HIER_MEX MATLAB_FACT_HIER_MATLAB PROPERTIES TIMEOUT 1000)
if(${SLOW_TESTS}) if(${SLOW_TESTS})
set_tests_properties(MATLAB_DEMO_INSTALL MATLAB_DEMO_BUILD PROPERTIES TIMEOUT 6000) set_tests_properties(MATLAB_DEMO_INSTALL MATLAB_DEMO_BUILD PROPERTIES TIMEOUT 6000)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment