Mentions légales du service

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

Increase again timeout limit of several tests after VM trespassing.

parent a1556bfe
No related branches found
No related tags found
No related merge requests found
Pipeline #857322 failed
......@@ -21,7 +21,7 @@ if(BUILD_TESTING)
# Critical time limiting the test process execution time
set(TIMEOUT_MEG 16000)
set(TIMEOUT_MEG_TRANSPOSED 16000)
set(TIMEOUT_COMP 2000)
set(TIMEOUT_COMP 3000)
# MATLAB TEST
......@@ -131,7 +131,7 @@ if(BUILD_TESTING)
if(${SLOW_TESTS})
set_tests_properties(MATLAB_DEMO_BUILD PROPERTIES TIMEOUT 6000)
if(NOT WIN32)
set_tests_properties(MATLAB_FAUST_FACTORY_UNIT_TESTS PROPERTIES TIMEOUT 2400)
set_tests_properties(MATLAB_FAUST_FACTORY_UNIT_TESTS PROPERTIES TIMEOUT 3600)
endif()
endif()
if(NOT WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment