Tests: Increasing the stability of the FindMatlab.basic_checks test

Increase the timeout to tolerate longer network delays.
This commit is contained in:
Raffi Enficiaud 2015-04-10 22:52:16 +02:00 committed by Brad King
parent cec6e3e9eb
commit bb2a42aeca
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ matlab_add_mex(
matlab_add_unit_test(
NAME ${PROJECT_NAME}_matlabtest-1
TIMEOUT 30
TIMEOUT 90
UNITTEST_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../cmake_matlab_unit_tests1.m
ADDITIONAL_PATH $<TARGET_FILE_DIR:cmake_matlab_test_wrapper1>
)