Mentions légales du service

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

Increase test timeout time (macOS VM can be very slow).

parent d67b3682
Branches
Tags
No related merge requests found
...@@ -130,7 +130,7 @@ if(BUILD_WRAPPER_MATLAB) ...@@ -130,7 +130,7 @@ if(BUILD_WRAPPER_MATLAB)
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()
if(NOT WIN32) if(NOT WIN32)
set_tests_properties(MATLAB_FAUST_CONFIG_REAL1 MATLAB_FAUST_CONFIG_REAL2 MATLAB_FAUST_CONFIG_REAL3 MATLAB_FAUST_CONFIG_REAL4 MATLAB_FAUST_CONFIG_CPLX1 MATLAB_FAUST_CONFIG_CPLX2 MATLAB_FAUST_2 PROPERTIES TIMEOUT 30) set_tests_properties(MATLAB_FAUST_CONFIG_REAL1 MATLAB_FAUST_CONFIG_REAL2 MATLAB_FAUST_CONFIG_REAL3 MATLAB_FAUST_CONFIG_REAL4 MATLAB_FAUST_CONFIG_CPLX1 MATLAB_FAUST_CONFIG_CPLX2 MATLAB_FAUST_2 PROPERTIES TIMEOUT 90)
endif() endif()
if(${SLOW_TESTS}) if(${SLOW_TESTS})
set_tests_properties(MATLAB_FACT_MEG_MEX PROPERTIES TIMEOUT ${TIMEOUT_MEG}) set_tests_properties(MATLAB_FACT_MEG_MEX PROPERTIES TIMEOUT ${TIMEOUT_MEG})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment